mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
016649ae60
Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Utilize PKGNAMESUFFIX. Set the correct categories for both the master and the slaves.
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# New ports collection makefile for: TiMidity++
|
|
# Date created: 27 Feb 1999
|
|
# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
INTERFACE= tcltk
|
|
JAPANESE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|