freebsd-ports/textproc/scim-openvanilla/Makefile
Tijl Coosemans 15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00

30 lines
982 B
Makefile

# Created by: Leland Wang <llwang@infor.org>
# $FreeBSD$
PORTNAME= scim-openvanilla
PORTVERSION= 0.7.2.20070514
PORTREVISION= 9
CATEGORIES= textproc
MASTER_SITES= LOCAL/rafan
DISTNAME= openvanilla-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM OpenVanilla input method (IM)/output filter (OF) framework
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
${LOCALBASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
libexpat.so:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM
USES= pkgconfig gettext iconv gmake libtool:keepla
GNU_CONFIGURE= yes
CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a \
lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la \
lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so
.include <bsd.port.mk>