mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
93d4303621
This patch is applied explicitly.
22 lines
486 B
Makefile
22 lines
486 B
Makefile
# New ports collection makefile for: xmms
|
|
# Date created: 3 July 1999
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/xmms
|
|
|
|
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}; \
|
|
${PATCH} -sp1 < ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont ; )
|
|
|
|
.include "${MASTERDIR}/Makefile"
|