1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/xlogmaster/Makefile
Steve Price 798ce5dcce Inital import of xlogmaster v1.2.2.
Quick and easy monitoring of logfiles and devices.

PR:		7247
Submitted by:	Adrian Wontroba <aw1@stade.co.uk>
1998-07-12 22:49:05 +00:00

34 lines
718 B
Makefile

# New ports collection makefile for: xlogmaster
# Version required: 1.2.2
# Date created: 11 July 1998
# Whom: Adrian Wontroba <aw1@stade.co.uk>
#
# $Id$
#
DISTNAME= xlogmaster-1.2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.fusebox.hanse.de/xlogmaster/\
http://porter.desy.de/~greve/xlogmaster/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= aw1@stade.co.uk
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= xlogmaster.1
WRKSRC= ${WRKDIR}/xlogmaster
USE_X11= yes
NO_PACKAGE= ignores cflags
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xlogmaster
${INSTALL_MAN} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/xlogmaster
.endif
.include <bsd.port.mk>