diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-30 15:09:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-30 15:09:19 +0000 |
commit | c7e8b118bf3f7dff22b581d4567bbca436285b7b (patch) | |
tree | 5dbe043ed13b6fc207c6f078a3552087376f2de8 /audio/tclmidi | |
parent | - Deprecate this port due to repeated build/porting issues, inability for ups... (diff) |
- Mark BROKEN: does not fetch, upstream gone
Notes
Notes:
svn path=/head/; revision=432852
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 5e0b9b5258ee..54c0e80c0754 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://ringtail.its.monash.edu.au/pub/midi/PROGRAMS/ MAINTAINER= ports@FreeBSD.org COMMENT= Language designed for creating and editing standard MIDI files +BROKEN= does not fetch, upstream gone + USES+= tcl uidfix MAKE_ENV= TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" TCL_LIBDIR="${TCL_LIBDIR}" MAKE_ENV+= TCLSH=${TCLSH} FILESDIR="${FILESDIR}" MAN="${MAN1} ${MANN}" |