mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5168cdcc47
audio/timidity++. This makes all interface ports much more similar to each others. - As a result of changing master port, all interface ports portrevision are bumped - Use PLIST_FILES for slave ports if possible - While I'm here, remove 4.x support in audio/timidity++ Approved by: nork (timidity++ maintainer, blanket)
18 lines
367 B
Makefile
18 lines
367 B
Makefile
# New ports collection makefile for: TiMidity++
|
|
# Date created: 27 Feb 1999
|
|
# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gtk interface for TiMidity++
|
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
|
|
|
PLIST_FILES= bin/gtkmidi ${TIMID_LIBDIR}/interface_g.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|