freebsd-ports/textproc/scim-m17n/Makefile
Wen Heping 04e5f714fd - Bump PORTREVISION to chase the update of m17n-lib
PR:		ports/146249
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2010-05-03 06:41:03 +00:00

27 lines
666 B
Makefile

# New ports collection makefile for: scim-m17n
# Date Created: 10 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= scim-m17n
PORTVERSION= 0.2.3
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
http://anthesphoria.net/FreeBSD/ports/distfiles/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
gsed:${PORTSDIR}/textproc/gsed
LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>