mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
4fe54831a3
that this corresponds more closely with "no commercial use". In practice this will only affect mirroring things on the FTP site. Hat: portmgr Discussed with: nork Feature safe: yes
50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
# New ports collection makefile for: eawplus
|
|
# Date created: 2004/07/04
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eawplus
|
|
PORTVERSION= 12.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= nork
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= E.A.W.+Izumo+Tamuki collection of Gravis Ultrasound MIDI patches
|
|
|
|
# Not useful without timidity.
|
|
RUN_DEPENDS= ${LOCALBASE}/share/eawpats/acbass.pat:${PORTSDIR}/audio/eawpats \
|
|
${LOCALBASE}/share/guspat/inst/GUS/acbass.pat:${PORTSDIR}/audio/guspat
|
|
|
|
NO_CDROM= Some of the patches are marked no-commercial-use
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
TIMIDITY_DATADIR= share/timidity
|
|
PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_DATADIR}
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-hihatp.pat.orig
|
|
@${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-snare.pat.orig
|
|
|
|
do-build:
|
|
${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
|
|
-e "s|%%TIMIDITY_DATADIR%%|${PREFIX}/${TIMIDITY_DATADIR}|g" \
|
|
${FILESDIR}/timidity.cfg > ${WRKDIR}/timidity.cfg
|
|
|
|
do-install:
|
|
@${MKDIR} ${DATADIR}
|
|
@${CP} -pr ${WRKSRC}/timidity/* ${DATADIR}
|
|
@${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR}
|
|
@${INSTALL_DATA} ${WRKDIR}/timidity.cfg \
|
|
${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-eawplus
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/*/*.txt.gz ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|