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
|
2003-06-15 10:07:48 +02:00
|
|
|
USE_GNOME= gtk12 imlib
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2003-06-15 10:07:48 +02:00
|
|
|
MSG_FILE= ${.CURDIR}/pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2003-05-18 14:22:53 +02:00
|
|
|
|
2003-06-15 10:07:48 +02:00
|
|
|
post-install:
|
|
|
|
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-05-18 14:22:53 +02:00
|
|
|
|
2003-06-15 10:07:48 +02:00
|
|
|
.include <bsd.port.mk>
|