1999-06-28 03:40:07 +02:00
|
|
|
# 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>
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1999-06-28 03:40:07 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= gcombust
|
2004-08-31 17:53:14 +02:00
|
|
|
PORTVERSION= 0.1.55
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 1
|
1999-06-28 03:40:07 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/
|
|
|
|
|
2001-11-04 02:30:42 +01:00
|
|
|
MAINTAINER= mcdouga9@msu.edu
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A GTK+ frontend for mkisofs and cdrecord
|
1999-06-28 03:40:07 +02:00
|
|
|
|
2007-01-31 15:07:59 +01:00
|
|
|
RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen
|
1999-06-28 03:40:07 +02:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
1999-06-28 03:40:07 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2003-01-13 04:48:01 +01:00
|
|
|
USE_GNOME= gtk12 gnomehier
|
2007-01-31 15:07:59 +01:00
|
|
|
USE_CDRTOOLS= yes
|
2000-05-31 11:36:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
|
2000-10-05 08:42:57 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 08:42:57 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-01-15 12:13:27 +01:00
|
|
|
@${PERL} -pi -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in
|
1999-06-28 03:40:07 +02:00
|
|
|
|
2000-01-18 02:28:55 +01:00
|
|
|
post-configure:
|
|
|
|
cd ${WRKSRC}/po && ${MAKE} update-po
|
|
|
|
|
1999-06-28 03:40:07 +02:00
|
|
|
post-install:
|
2000-10-05 08:42:57 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gcombust
|
1999-06-28 03:40:07 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/gcombust
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|