1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/korean/scim-tables/Makefile
Vanilla I. Shu e457d2be17 Add scim-tables 0.4.0, SCIM table based Korean input methods.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
Somepart by:	me
2004-07-02 22:41:31 +00:00

30 lines
614 B
Makefile

# New ports collection makefile for: ko-scim-tables
# Date created: 22 May 2004
# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca>
#
# $FreeBSD$
#
PORTNAME= scim-tables
PORTVERSION= 0.4.0
CATEGORIES= korean
MASTER_SITES= http://freedesktop.org/~suzhe/sources/
MAINTAINER= ports@freebsd.org
COMMENT= SCIM table based Korean 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>