2003-01-14 09:13:05 +01:00
|
|
|
# Ports collection makefile for: chinput3
|
|
|
|
# Date created: 03/31/2002
|
|
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chinput
|
2003-04-11 03:46:52 +02:00
|
|
|
PORTVERSION= 3.0.2.5
|
2003-01-14 09:13:05 +01:00
|
|
|
CATEGORIES= chinese x11
|
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/
|
|
|
|
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Chinese GB2312,BIG5 code input server
|
2003-01-14 09:13:05 +01:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_IMLIB= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
|
2003-05-18 14:22:53 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not link"
|
|
|
|
.endif
|
|
|
|
|
2003-04-11 03:46:52 +02:00
|
|
|
port-install:
|
|
|
|
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
|
2003-01-14 09:13:05 +01:00
|
|
|
|
2003-05-18 14:22:53 +02:00
|
|
|
.include <bsd.port.post.mk>
|