1998-07-17 13:41:20 -04:00
|
|
|
# New ports collection makefile for: xwatch
|
|
|
|
# Date created: 17 July 1998
|
|
|
|
# Whom: mph
|
|
|
|
#
|
1999-08-30 22:00:46 -04:00
|
|
|
# $FreeBSD$
|
1998-07-17 13:41:20 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 15:09:11 -04:00
|
|
|
PORTNAME= xwatch
|
2000-04-22 06:14:11 -04:00
|
|
|
PORTVERSION= 0.1.0
|
1998-07-17 13:41:20 -04:00
|
|
|
CATEGORIES= sysutils
|
2001-04-27 06:23:49 -04:00
|
|
|
MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/
|
1998-07-17 13:41:20 -04:00
|
|
|
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
|
1998-08-26 14:32:47 -04:00
|
|
|
USE_XLIB= yes
|
2000-10-05 02:42:57 -04:00
|
|
|
USE_GTK= yes
|
1998-07-17 13:41:20 -04:00
|
|
|
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>
|