aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gcombust/Makefile
blob: 6776113c55aa0367acd27e004e1afc3f110b60e2 (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.17
# Date created:     Tue Jun 22 21:17:03 MET DST 1999
# Whom:         Juergen Lock <nox@jelal.kn-bremen.de>
#
# $Id$
#

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