1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/xwatch/Makefile

30 lines
749 B
Makefile
Raw Normal View History

# New ports collection makefile for: xwatch
# Version required: 0.1.0
# Date created: 17 July 1998
# Whom: mph
#
1999-04-22 07:57:18 +00:00
# $Id: Makefile,v 1.5 1998/12/08 16:21:12 vanilla Exp $
#
DISTNAME= xwatch-0.1.0
CATEGORIES= sysutils
MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
1999-04-22 07:57:18 +00:00
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
1998-08-26 18:32:47 +00:00
USE_XLIB= yes
GNU_CONFIGURE= yes
1999-04-22 07:57:18 +00:00
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
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>