mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
dc769a34d1
PR: ports/75730 Submitted by: statue(at)freebsd.netlab.cse.yzu.edu.tw
28 lines
546 B
Makefile
28 lines
546 B
Makefile
# New ports collection makefile for: gcin
|
|
# Date created: Feb 18 2004
|
|
# Whom: Shen Chuan-Hsing
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gcin
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
|
|
|
|
MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw
|
|
COMMENT= A triditional chinese input utility in X
|
|
|
|
USE_BZIP2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= YES
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} <= 500034
|
|
USE_GCC= 3.4
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|