mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# New ports collection makefile for: TiMidity++
|
|
# Date created: 27 Feb 1999
|
|
# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
INTERFACE= slang
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Slang interface for TiMidity++
|
|
|
|
MASTERDIR= ${.CURDIR:H:H}/audio/timidity++-emacs
|
|
PLIST_FILES= lib/timidity/interface_s.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|