1999-07-11 22:49:25 +02:00
|
|
|
# New ports collection makefile for: tclmidi
|
|
|
|
# Date created: 14 May 1999
|
|
|
|
# Whom: shanee@augusta.de
|
|
|
|
#
|
1999-08-31 10:46:51 +02:00
|
|
|
# $FreeBSD$
|
1999-07-11 22:49:25 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= tclmidi
|
|
|
|
PORTVERSION= 3.1
|
|
|
|
CATEGORIES= audio
|
2002-12-26 16:22:35 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.ruu.nl/pub/MIDI/PROGRAMS/
|
|
|
|
# despite references on the homepage to ftp.xor.com, that server
|
|
|
|
# doesn't work - edwin 20021227
|
1999-07-11 22:49:25 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A language designed for creating and editing standard MIDI files
|
1999-07-11 22:49:25 +02:00
|
|
|
|
2003-10-28 01:23:22 +01:00
|
|
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
|
|
|
|
|
2003-08-30 02:30:10 +02:00
|
|
|
.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
|
|
|
IGNORE= "ignored due to cast from pointer to integer of different size"
|
|
|
|
.endif
|
|
|
|
|
2003-10-28 01:23:22 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-28 19:32:45 +01:00
|
|
|
MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
|
1999-07-11 22:49:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-11-28 19:32:45 +01:00
|
|
|
CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2
|
1999-07-11 22:49:25 +02:00
|
|
|
|
|
|
|
MAN1= mplay.1 mrec.1 tclmidi.1 minfo.1 midtotcl.1
|
|
|
|
MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
|
|
|
|
midimake.n midimerg.n midiplay.n midiput.n midiread.n \
|
|
|
|
midirec.n midirew.n midisplt.n midistop.n midiwait.n \
|
|
|
|
midiwrit.n midivers.n midimove.n midicopy.n mididel.n \
|
|
|
|
miditrck.n mididev.n miditime.n midifeat.n
|
|
|
|
|
2004-02-05 10:14:45 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502000
|
2004-03-18 17:27:35 +01:00
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/smf.patch ${PATCHDIR}/song.patch
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${CP} -f ${FILESDIR}/strstream.h ${WRKSRC}
|
2004-02-05 10:14:45 +01:00
|
|
|
.endif
|
|
|
|
|
1999-07-11 22:49:25 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
|
|
|
|
|
2004-02-05 10:14:45 +01:00
|
|
|
.include <bsd.port.post.mk>
|