aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gcombust/Makefile
blob: 5f70c4b19dca22fd8d3d1fea723a2a295ac91689 (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
36
37
38
39
40
41
42
# New ports collection makefile for:    gcombust
# Date created:     Tue Jun 22 21:17:03 MET DST 1999
# Whom:         Juergen Lock <nox@jelal.kn-bremen.de>
#
# $FreeBSD$
#

PORTNAME=   gcombust
PORTVERSION=    0.1.55
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   http://www.abo.fi/~jmunsin/gcombust/

MAINTAINER= mcdouga9@msu.edu
COMMENT=    A GTK+ frontend for mkisofs and cdrecord

RUN_DEPENDS=    cdrecord:${PORTSDIR}/sysutils/cdrtools \
        cdlabelgen:${PORTSDIR}/print/cdlabelgen

USE_GETTEXT=    yes
USE_X_PREFIX=   yes
USE_PERL5_BUILD=yes
USE_GNOME=  gtk12 gnomehier
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @${PERL} -pi -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in

post-configure:
    cd ${WRKSRC}/po && ${MAKE} update-po

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>