freebsd-ports/sysutils/xwatch/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

29 lines
708 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
COMMENT= A Gtk-based program for watching files (e.g. logs) in a window
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
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>