mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a0cc72ff8c
instead of its own, and cleaned up the DESCR a little bit. PR: 18913 Submitted by: Adam <bsdx@looksharp.net> No response: maintainer
36 lines
1015 B
Makefile
36 lines
1015 B
Makefile
# 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.33
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/
|
|
|
|
MAINTAINER= nox@jelal.kn-bremen.de
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
|
|
mkisofs:${PORTSDIR}/sysutils/mkisofs \
|
|
cdlabelgen:${PORTSDIR}/print/cdlabelgen
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
|
|
CONFIGURE_ENV+= GTK_CONFIG=${GTK_CONFIG} CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/include"
|
|
|
|
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>
|