2013-04-26 14:35:50 +02:00
|
|
|
# Created by: 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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 6
|
1999-06-28 03:40:07 +02:00
|
|
|
CATEGORIES= sysutils
|
2011-11-24 09:05:53 +01:00
|
|
|
MASTER_SITES= http://mirror.symnds.com/software/misc/ \
|
|
|
|
http://www.egr.msu.edu/~mcdouga9/
|
1999-06-28 03:40:07 +02:00
|
|
|
|
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
|
|
|
|
2011-11-24 09:05:53 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-04-26 14:35:50 +02:00
|
|
|
RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen \
|
|
|
|
cdrecord:${PORTSDIR}/sysutils/cdrtools
|
1999-06-28 03:40:07 +02:00
|
|
|
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2003-01-13 04:48:01 +01:00
|
|
|
USE_GNOME= gtk12 gnomehier
|
2000-05-31 11:36:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2000-10-05 08:42:57 +02:00
|
|
|
|
2013-04-26 14:35:50 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2000-10-05 08:42:57 +02:00
|
|
|
pre-patch:
|
2013-02-28 11:51:58 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -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:
|
2013-04-26 14:35:50 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2000-10-05 08:42:57 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gcombust
|
2007-09-17 18:52:59 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
|
|
|
|
.endif
|
1999-06-28 03:40:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|