2000-08-24 12:09:34 +00:00
|
|
|
# New ports collection makefile for: xmms
|
|
|
|
# Date created: 3 July 1999
|
|
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-09-20 03:48:32 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/xmms
|
2000-08-24 12:09:34 +00:00
|
|
|
|
|
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
PATCH_SITE_SUBDIR= sobomax
|
|
|
|
|
|
|
|
MAINTAINER= clive@CirX.ORG
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@( cd ${WRKSRC}; \
|
2000-10-07 23:35:00 +00:00
|
|
|
${PATCH} -sp1 < ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont ; )
|
2000-08-24 12:09:34 +00:00
|
|
|
|
2000-09-20 03:48:32 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|