mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
e475c19a24
Approved by: pgollucci (mentor)
19 lines
353 B
Makefile
19 lines
353 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++
|
|
|
|
CONFIGURE_ARGS= --enable-big5
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|