mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
12 lines
279 B
Makefile
12 lines
279 B
Makefile
# Created by: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
|
|
|
PKGNAMESUFFIX= -motif
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Motif interface for TiMidity++
|
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
|
|
|
PLIST_FILES= bin/${LINK} ${TIMID_LIBDIR}/if_motif.so
|
|
|
|
.include "${MASTERDIR}/Makefile"
|