15 lines
326 B
Makefile
15 lines
326 B
Makefile
# New ports collection makefile for: tintin++ with Chinese(Big5) support.
|
|
# Date created: Tue 26, 2000
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/tintin++
|
|
|
|
MAINTAINER= foxfair@FreeBSD.org
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch.1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|