diff options
author | alex <alex@FreeBSD.org> | 2001-01-16 17:15:40 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-16 17:15:40 +0000 |
commit | 03f706620f3d8413ee3403771d9bc2bc73023978 (patch) | |
tree | abbe128f8e836f3db424eb92553ac1212f4022bd /sysutils/xcdroast/Makefile | |
parent | 5d98a87232dced615f875dbe98f2b56c74110863 (diff) | |
download | FreeBSD-ports-03f706620f3d8413ee3403771d9bc2bc73023978.zip FreeBSD-ports-03f706620f3d8413ee3403771d9bc2bc73023978.tar.gz |
Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord.
PR: 24386
Submitted by: Oliver Lehmann <Kai_Allard_Liao@gmx.de>
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> |