aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/gcin/Makefile
blob: 8cf869d048eeba20132c4dcd77deea0d5ec1ec7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:  gcin
# Date created:                   Feb 18 2004
# Whom:                           Shen Chuan-Hsing
#
# $FreeBSD$
#

PORTNAME=   gcin
PORTVERSION=    0.4.9
PORTREVISION=   1
CATEGORIES= chinese
MASTER_SITES=   http://www.csie.nctu.edu.tw/~cp76/gcin/download/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A triditional chinese input utility in X

USE_BZIP2=  YES
HAS_CONFIGURE=  YES
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GNOME=  gtk20
USE_GMAKE=  YES

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500041
USE_GCC=    3.4
.endif

.include <bsd.port.post.mk>