mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
7f11c10571
Some part from: ijliao
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# New ports collection makefile for: zh-tw-irssi
|
|
# Date created: April 26 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../irc/irssi
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-config.h.in \
|
|
${.CURDIR}/files/patch-configure.in \
|
|
${.CURDIR}/files/patch-src_fe-text_gui-entry.c \
|
|
${.CURDIR}/files/patch-src_fe-text_screen.h
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
USE_AUTOCONF= yes
|
|
CONFIGURE_ARGS+= --with-big5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
|
|
COMMENT= ${.CURDIR}/pkg-comment
|