diff options
Diffstat (limited to 'sysutils/xcdroast/Makefile')
-rw-r--r-- | sysutils/xcdroast/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile new file mode 100644 index 0000000..989f18e --- /dev/null +++ b/sysutils/xcdroast/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xcdroast +# Date Created: 28 Sep 2000 +# Whom: Oliver Lehmann <Kai_Allard_Liao@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= xcdroast +PORTVERSION= 0.98.a.8 +CATEGORIES= sysutils +MASTER_SITES= http://www.xcdroast.org/download/ +DISTNAME= xcdroast-0.98alpha8 + +MAINTAINER= Kai_Allard_Liao@gmx.de + +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \ + mkisofs:${PORTSDIR}/sysutils/mkisofs + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GTK= yes + +.include <bsd.port.mk> |