summaryrefslogtreecommitdiff
path: root/sysutils/gcombust/Makefile
blob: 332c759636b3dac7d44f028f2cb026fb379f3a3f (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.19
# Date created:		Tue Jun 22 21:17:03 MET DST 1999
# Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
#
# $Id: Makefile,v 1.2 1999/06/30 03:47:55 cpiazza Exp $
#

DISTNAME=	gcombust-0.1.19
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>