mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +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)
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# New ports collection makefile for: TiMidity++
|
|
# Date created: 27 Feb 1999
|
|
# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -xskin
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11AMP skin interface for TiMidity++
|
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
|
|
|
.include "${MASTERDIR}/Makefile"
|