1aa4a9f93a
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
16 lines
348 B
Makefile
16 lines
348 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= foxfair@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++-devel
|
|
|
|
CONFIGURE_ARGS= --enable-big5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|