mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
34 lines
718 B
Makefile
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>
|