freebsd-ports/audio/timidity++-emacs/Makefile
Rong-En Fan 5168cdcc47 - Move timidity++ interface glues from audio/timidity++-emacs into
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)
2007-03-22 16:59:24 +00:00

17 lines
375 B
Makefile

# New ports collection makefile for: TiMidity++
# Date created: 27 Feb 1999
# Whom: Yoichi Asai <yatt@luna2.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -emacs
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs interface for TiMidity++
MASTERDIR= ${.CURDIR}/../../audio/timidity++
PLIST_FILES= ${TIMID_LIBDIR}/interface_e.so ${ELISPDIR}/timidity.el
.include "${MASTERDIR}/Makefile"