diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-20 16:47:38 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-20 16:47:38 +0000 |
commit | c0f6f523380ff99f46c19aa7fd85a51659a721a9 (patch) | |
tree | 2f33e3fca6d02ff3485c132cad566a95c5feba2b /sysutils/gapcmon | |
parent | edc23a53cf0e8cd9ab39dc55dd36fe8cd7e052da (diff) | |
download | ports-c0f6f523380ff99f46c19aa7fd85a51659a721a9.tar.gz ports-c0f6f523380ff99f46c19aa7fd85a51659a721a9.zip |
Notes
Diffstat (limited to 'sysutils/gapcmon')
-rw-r--r-- | sysutils/gapcmon/Makefile | 12 |
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 |