freebsd-ports/net/wmnetload/Makefile
Kai Knoblich 285184c82d x11-wm/libdockapp: Update to 0.7.2
While I'm here:

* Change MASTER_SITES to upstream's new location
* Add license and path to the license file
* Sort variables a bit according to the PHB
* Simplify pkg-plist substitution for the installation of example files

Add some patches as well as just bumping the port revision for the following
ports due changed location of the header files:

* net/wmnetload
* x11/xscreensaver.app

Changelog:

https://github.com/d-torrance/dockapps/blob/master/libdockapp/ChangeLog

PR:		235923
Approved by:	miwi (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D19508
2019-03-14 20:53:31 +00:00

27 lines
606 B
Makefile

# Created by: Hendrik Scholz <hendrik@scholz.net>
# $FreeBSD$
PORTNAME= wmnetload
PORTVERSION= 1.3
PORTREVISION= 5
CATEGORIES= net windowmaker afterstep
MASTER_SITES= ftp://truffula.com/pub/ \
http://dl.fkb.wormulon.net/wmnetload/ \
http://dl.kel.wormulon.net/wmnetload/
MAINTAINER= xride@FreeBSD.org
COMMENT= Network load monitor dockapp
LIB_DEPENDS= libdockapp.so:x11-wm/libdockapp
USES= tar:bzip2
USE_XORG= xpm x11
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>