93872f18cc
tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
34 lines
727 B
Makefile
34 lines
727 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= aw1@stade.co.uk
|
|
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>
|