2000-10-28 02:18:07 +00:00
|
|
|
# New ports collection makefile for: gtoaster
|
|
|
|
# Date created: 28 September 2000
|
|
|
|
# Whom: eric
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtoaster
|
2002-10-05 18:46:26 +00:00
|
|
|
PORTVERSION= 1.0.Beta6
|
2002-10-14 23:38:42 +00:00
|
|
|
PORTEPOCH= 1
|
2002-11-03 20:11:51 +00:00
|
|
|
PORTCOMMENT= Graphical cd cooking interface
|
2000-10-28 02:18:07 +00:00
|
|
|
CATEGORIES= sysutils gnome
|
|
|
|
MASTER_SITES= http://gnometoaster.rulez.org/archive/
|
2002-10-05 18:46:26 +00:00
|
|
|
DISTNAME= ${PORTNAME}1.0Beta6
|
2000-10-28 02:18:07 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2001-04-09 10:44:31 +00:00
|
|
|
MAINTAINER= eric@FreeBSD.org
|
2000-10-28 02:18:07 +00:00
|
|
|
|
2001-08-02 09:14:28 +00:00
|
|
|
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
|
2000-10-28 02:18:07 +00:00
|
|
|
mkisofs:${PORTSDIR}/sysutils/mkisofs
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gtoaster
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-04-09 10:44:31 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${X11BASE}
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
|
|
|
|
2002-09-01 15:26:31 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2000-10-28 02:18:07 +00:00
|
|
|
USE_GMAKE= yes
|
2001-04-09 10:44:31 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-28 02:18:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|