1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/guspat/Makefile
Mark Linimon 4fe54831a3 After discussion with maintainer, change RESTRICTED to NO_CDROM. It appears
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
2011-01-29 03:42:19 +00:00

40 lines
1019 B
Makefile

# New ports collection makefile for: guspat
# Date created: 2004/07/04
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= guspat
PORTVERSION= 20000706
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.linet.gr.jp/~tamuki/timidity/eawplus/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nork
DISTFILES= ${PORTNAME}-${PORTVERSION}-required${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}-optional${EXTRACT_SUFX}
MAINTAINER= nork@FreeBSD.org
COMMENT= Izumo collection of Gravis Ultrasound MIDI patches
# Not useful without timidity.
RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity++
NO_CDROM= Some of the patches are marked no-commercial-use
NO_BUILD= yes
WRKSRC= ${WRKDIR}/timidity
PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_DATADIR}
TIMIDITY_DATADIR= share/timidity
do-install:
@${MKDIR} ${DATADIR}
@${CP} -pr ${WRKSRC}/* ${DATADIR}
@${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR}
@${INSTALL_DATA} ${WRKSRC}/timidity.cfg ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat
.include <bsd.port.mk>