19 lines
367 B
Makefile
19 lines
367 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 net games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++-devel
|
|
|
|
CONFIGURE_ARGS= --enable-big5
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|