f88690bf53
Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly.
17 lines
347 B
Makefile
17 lines
347 B
Makefile
# New ports collection makefile for: tintin++ with Chinese(Big5) support.
|
|
# Date created: Tue 26, 2000
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++
|
|
|
|
MAINTAINER= foxfair@FreeBSD.org
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch.1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|