mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
07445c43e1
Makefile.
19 lines
359 B
Makefile
19 lines
359 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@sunpoet.net
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++-devel
|
|
|
|
CONFIGURE_ARGS= --enable-big5
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|