2004-07-02 22:41:31 +00:00
|
|
|
# New ports collection makefile for: ko-scim-tables
|
|
|
|
# Date created: 22 May 2004
|
|
|
|
# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scim-tables
|
2005-11-03 07:58:02 +00:00
|
|
|
PORTVERSION= 0.5.4
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
2004-07-02 22:41:31 +00:00
|
|
|
CATEGORIES= korean
|
2005-01-20 15:25:44 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2004-08-12 07:14:44 +00:00
|
|
|
MASTER_SITE_SUBDIR=scim
|
2004-07-02 22:41:31 +00:00
|
|
|
|
2005-10-04 15:10:35 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-02 22:41:31 +00:00
|
|
|
COMMENT= SCIM table based Korean input methods
|
|
|
|
|
2005-03-07 08:28:25 +00:00
|
|
|
BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
|
2004-07-02 22:41:31 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-08-12 07:14:44 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500035
|
2005-03-07 08:28:25 +00:00
|
|
|
BROKEN= No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details
|
2004-08-12 07:14:44 +00:00
|
|
|
.endif
|
|
|
|
|
2004-07-02 22:41:31 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO}
|
2004-10-18 21:35:11 +00:00
|
|
|
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
2004-07-02 22:41:31 +00:00
|
|
|
@${ECHO}
|
|
|
|
|
2004-08-12 07:14:44 +00:00
|
|
|
.include <bsd.port.post.mk>
|