mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
e457d2be17
PR: ports/67133 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Somepart by: me
30 lines
614 B
Makefile
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>
|