freebsd-ports/sysutils/xwatch/Makefile
Matthew Hunt 04682670ea Correct fennerage by chasing new MASTER_SITE. Since the new path
includes "obsolete" we probably shouldn't expect many upgrades to this
program...
2001-04-27 10:23:49 +00:00

28 lines
615 B
Makefile

# New ports collection makefile for: xwatch
# Date created: 17 July 1998
# Whom: mph
#
# $FreeBSD$
#
PORTNAME= xwatch
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/
MAINTAINER= mph@freebsd.org
USE_XLIB= yes
USE_GTK= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xwatch
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwatch
${INSTALL_DATA} ${WRKSRC}/doc/TODO ${PREFIX}/share/doc/xwatch
${INSTALL_DATA} ${WRKSRC}/doc/xwatch.test.conf ${PREFIX}/share/doc/xwatch
.endif
.include <bsd.port.mk>