1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/sysutils/xcdroast/Makefile
FUJISHIMA Satsuki b1aee5c578 o add extra dependency to imlib.
o add extra symlinks.

PR:		25705
Submitted by:	maintainer
2001-03-12 17:49:32 +00:00

31 lines
839 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
USE_IMLIB= yes
post-install:
${LN} -sf ${PREFIX}/bin/cdrecord ${X11BASE}/lib/xcdroast-0.98/bin/cdrecord
${LN} -sf ${PREFIX}/bin/mkisofs ${X11BASE}/lib/xcdroast-0.98/bin/mkisofs
${LN} -sf ${PREFIX}/bin/cdda2wav ${X11BASE}/lib/xcdroast-0.98/bin/cdda2wav
${LN} -sf ${PREFIX}/bin/readcd ${X11BASE}/lib/xcdroast-0.98/bin/readcd
.include <bsd.port.mk>