1998-07-17 17:41:20 +00:00
|
|
|
# New ports collection makefile for: xwatch
|
|
|
|
# Date created: 17 July 1998
|
|
|
|
# Whom: mph
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-07-17 17:41:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= xwatch
|
2000-04-22 10:14:11 +00:00
|
|
|
PORTVERSION= 0.1.0
|
1998-07-17 17:41:20 +00:00
|
|
|
CATEGORIES= sysutils
|
2001-04-27 10:23:49 +00:00
|
|
|
MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/
|
1998-07-17 17:41:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= mph@freebsd.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A Gtk-based program for watching files (e.g. logs) in a window
|
1998-07-17 17:41:20 +00:00
|
|
|
|
1998-08-26 18:32:47 +00:00
|
|
|
USE_XLIB= yes
|
2002-09-01 15:26:31 +00:00
|
|
|
USE_GNOME= gtk12
|
1998-07-17 17:41:20 +00: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>
|