9c6b3192c9
- Re-wrap pkg-descr - Bump PORTREVISION - Take maintainership
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# New ports collection makefile for: installwatch
|
|
# Date created: 03 March 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= installwatch
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
|
COMMENT= A file creation/modification logger
|
|
|
|
DOCS= BUGS CHANGELOG INSTALL README TODO
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|