2563727166
- Add OPTIONS: BIG5 - Use WITH_BIG5 in chinese/tintin++ Changes: http://tintin.sourceforge.net/news.php
19 lines
337 B
Makefile
19 lines
337 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
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++
|
|
|
|
WITH_BIG5= yes
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|