freebsd-ports/sysutils/installwatch/Makefile
Boris Samorodov 2f61758388 . add LICENSE=GPLv2;
. add USE_LDCONFIG=yes;
. bump PORTREVISION;
. remove indefinite article from COMMENT;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS.
2013-05-27 08:50:04 +00:00

29 lines
626 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= installwatch
PORTVERSION= 0.6.3
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= File creation/modification logger
LICENSE= GPLv2
USE_LDCONFIG= yes
PLIST_FILES= bin/installwatch lib/installwatch.so
PORTDOCS= BUGS CHANGELOG INSTALL README TODO
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>