mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6eff5967a7
Assure master ports and their lang-specific slaves of having consistent categories.
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# New ports collection makefile for: GP + Japanese treatment
|
|
# Date created: 15 April 1997
|
|
# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
LANGUAGE= Japanese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/gp
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|