1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/sysutils/xwatch/Makefile

28 lines
594 B
Makefile
Raw Normal View History

# New ports collection makefile for: xwatch
# Date created: 17 July 1998
# Whom: mph
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
#
PORTNAME= xwatch
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
1998-08-26 18:32:47 +00:00
USE_XLIB= yes
2000-10-05 06:42:57 +00:00
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>