e2bcf9c1d0
PR: ports/67133 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Somepart by: me
29 lines
620 B
Makefile
29 lines
620 B
Makefile
# New ports collection makefile for: zh-scim-tables
|
|
# Date created: 22 May 2004
|
|
# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scim-tables
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://freedesktop.org/~suzhe/sources/
|
|
|
|
MAINTAINER= gaoj@cpsc.ucalgary.ca
|
|
COMMENT= SCIM table based Chinese input methods
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO}
|
|
@${ECHO} To display this message again, type \`make post-install\'
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.mk>
|