forked from Lainports/freebsd-ports
I confirm that I no longer wish to be the maintainer of xlogmaster. I suggest that the port be deleted. Xlogmaster's author has moved on to another product, and I don't have the skills to maintain Xlogmaster itself, particularly those to make it work under release 5 (impacted by GCC changes). So, if anyone is using this port, they should step up now to save it on 5.x.
34 lines
729 B
Makefile
34 lines
729 B
Makefile
# New ports collection makefile for: xlogmaster
|
|
# Date created: 1 August 1998
|
|
# Whom: Adrian Wontroba <aw1@stade.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlogmaster
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= xlogmaster
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Quick & easy monitoring of logfiles and devices
|
|
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xlogmaster.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
.endif
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir
|
|
${INSTALL_DATA} ${FILESDIR}/xlogmasterrc ${PREFIX}/etc/xlogmaster
|
|
|
|
.include <bsd.port.post.mk>
|