1999-07-11 20:49:25 +00:00
|
|
|
# New ports collection makefile for: tclmidi
|
|
|
|
# Date created: 14 May 1999
|
|
|
|
# Whom: shanee@augusta.de
|
|
|
|
#
|
1999-08-31 08:46:51 +00:00
|
|
|
# $FreeBSD$
|
1999-07-11 20:49:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= tclmidi
|
|
|
|
PORTVERSION= 3.1
|
|
|
|
CATEGORIES= audio
|
2002-12-26 15:22:35 +00: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 20:49:25 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A language designed for creating and editing standard MIDI files
|
1999-07-11 20:49:25 +00:00
|
|
|
|
2003-10-28 00:23:22 +00:00
|
|
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
|
|
|
|
|
1999-11-28 18:32:45 +00:00
|
|
|
MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
|
1999-07-11 20:49:25 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-11-28 18:32:45 +00:00
|
|
|
CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2
|
2006-04-01 12:22:23 +00:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES= pkg-message
|
1999-07-11 20:49:25 +00: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 09:14:45 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-04-12 03:26:56 +00:00
|
|
|
.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
2005-04-11 11:26:40 +00:00
|
|
|
IGNORE= "ignored due to cast from pointer to integer of different size"
|
|
|
|
.endif
|
|
|
|
|
2004-02-05 09:14:45 +00:00
|
|
|
.if ${OSVERSION} >= 502000
|
2004-03-18 16:27:35 +00:00
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/smf.patch ${PATCHDIR}/song.patch
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${CP} -f ${FILESDIR}/strstream.h ${WRKSRC}
|
2004-02-05 09:14:45 +00:00
|
|
|
.endif
|
|
|
|
|
1999-07-11 20:49:25 +00:00
|
|
|
post-install:
|
2006-04-01 12:22:23 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-07-11 20:49:25 +00:00
|
|
|
|
2004-02-05 09:14:45 +00:00
|
|
|
.include <bsd.port.post.mk>
|