mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
37 lines
915 B
Makefile
37 lines
915 B
Makefile
# New ports collection makefile for: timidity
|
|
# Homepage: http://www.cgs.fi/~tt/timidity/
|
|
# Version required: 0.2i
|
|
# Date created: 17 Nov 1996
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp $
|
|
#
|
|
|
|
DISTNAME= timidity-0.2i
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.planix.com/pub/misc/ \
|
|
http://www.cgs.fi/~tt/timidity/
|
|
TIINS= dgguspat.zip
|
|
DISTFILES= ${TIINS} ${DISTNAME}.tar.gz
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
NO_CDROM= "Uses copyrighted patches"
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
|
INSTALL_TARGET= install.all
|
|
MAN1= timidity.1
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && \
|
|
sed "s=%PREFIX%=${PREFIX}=" < gravis.cfg > gravis.cfg.new && \
|
|
mv gravis.cfg.new gravis.cfg
|
|
|
|
post-install:
|
|
cd ${PREFIX}/lib/timidity/patch && \
|
|
unzip -o -q -L ${DISTDIR}/${TIINS}
|
|
|
|
.include <bsd.port.mk>
|