blob: 79b6fdb73988457d393923aa946c19cfd97bff0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: xlogmaster
# Version required: 1.6.0
# Date created: 1 August 1998
# Whom: Adrian Wontroba <aw1@stade.co.uk>
#
# $Id: Makefile,v 1.10 1999/04/19 04:15:29 steve Exp $
#
DISTNAME= xlogmaster-1.6.0
CATEGORIES= sysutils
MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/gnu/\
${MASTER_SITE_GNU}\
http://www.fusebox.hanse.de/xlogmaster/development/\
http://porter.desy.de/~greve/xlogmaster/development/
MASTER_SITE_SUBDIR= xlogmaster
MAINTAINER= aw1@stade.co.uk
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
NO_PACKAGE= ignores CFLAGS
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
USE_XLIB= yes
USE_GMAKE= yes
MAN1= xlogmaster.1
post-install:
@install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir
${INSTALL_DATA} ${FILESDIR}/xlogmasterrc ${PREFIX}/etc/xlogmaster
.include <bsd.port.mk>
|