aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gapcmon
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gapcmon')
-rw-r--r--sysutils/gapcmon/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile
index 40d08847a1d9..5b46bdd7713e 100644
--- a/sysutils/gapcmon/Makefile
+++ b/sysutils/gapcmon/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: gapcmon
-# Date Created: Sun, May 28, 2006
-# Whom: Jason E. Hale <bsdkaffee@gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= gapcmon
PORTVERSION= 0.8.9
@@ -14,20 +9,25 @@ MASTER_SITES= SF
MAINTAINER= jhale@FreeBSD.org
COMMENT= Monitor apcupsd with GTK+2 GUI
+LICENSE= GPLv2
+
SUB_FILES= pkg-message
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gconf2
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog INSTALL README
+.include <bsd.port.options.mk>
+
post-extract:
@${REINPLACE_CMD} 's|install-gapcmondocDATA \\|\\|' \
${WRKSRC}/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif