2182905693
PR: 24386 Submitted by: Oliver Lehmann <Kai_Allard_Liao@gmx.de>
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# 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>
|