aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gcombust/Makefile
blob: bd15d873e4a369ebfbc6bdae74f4e3bf8450b48a (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
# New ports collection makefile for:	gcombust
# Version required:	0.1.22
# Date created:		Tue Jun 22 21:17:03 MET DST 1999
# Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
#
# $FreeBSD$
#

DISTNAME=	gcombust-0.1.22
CATEGORIES=	sysutils
MASTER_SITES=	http://www.abo.fi/~jmunsin/gcombust/

MAINTAINER=	nox@jelal.kn-bremen.de

LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
		intl.1:${PORTSDIR}/devel/gettext
RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrecord

GNU_CONFIGURE=	yes
USE_X_PREFIX=	yes
CONFIGURE_ENV=	GTK_CONFIG=${PREFIX}/bin/gtk12-config

post-install:
	${MKDIR} ${PREFIX}/share/doc/gcombust
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust
	${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/gcombust

.include <bsd.port.mk>