1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/scim-m17n/Makefile
Martin Wilke 1677d68f22 - Add missing dependency
- Expands pkg-descr to be more informative and useful for searching.
- Pass maintainership to submitter

PR:		127892
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
2009-01-11 11:12:31 +00:00

28 lines
657 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.2
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF \
http://anthesphoria.net/FreeBSD/ports/distfiles/
MASTER_SITE_SUBDIR=scim
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.3:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>