1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/gapcmon/Makefile
Jason E. Hale c0f6f52338 - Convert to new options framework
- Add specific pkgconf build dependency
- Add LICENSE (GPLv2)
- Trim Makefile header

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-20 16:47:38 +00:00

37 lines
645 B
Makefile

# $FreeBSD$
PORTNAME= gapcmon
PORTVERSION= 0.8.9
PORTREVISION= 4
CATEGORIES= sysutils
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 ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>