freebsd-ports/japanese/scim-tables/Makefile
Tilman Keskinoz 1c95b61f4a Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
  textproc/skim         0.9.4 --> 0.9.5
  chinese/scim-chinese  0.4.0 --> 0.4.1
  chinese/scim-tables   0.4.0 --> 0.4.1
  korean/scim-tables    0.4.0 --> 0.4.1
  japanese/scim-tables  0.4.0 --> 0.4.1

PR:		70501
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-08-22 12:33:50 +00:00

38 lines
790 B
Makefile

# New ports collection makefile for: ja-scim-tables
# Date created: 22 May 2004
# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
#
# $FreeBSD$
#
PORTNAME= scim-tables
PORTVERSION= 0.4.1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://freedesktop.org/~suzhe/sources/
MASTER_SITE_SUBDIR=scim
MAINTAINER= ports@freebsd.org
COMMENT= SCIM table based Japanese input methods
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500035
BROKEN= scim-make-table is not available for 4.x
.endif
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`make post-install\'
@${ECHO}
.include <bsd.port.post.mk>