2013-09-20 18:01:22 +02:00
|
|
|
# Created by: Li-Lun Wang <llwang@infor.org>
|
2009-12-24 04:27:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scim-array
|
|
|
|
PORTVERSION= 1.0.1
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 8
|
2009-12-24 04:27:50 +01:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/
|
|
|
|
|
2013-12-18 11:38:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-12-24 04:27:50 +01:00
|
|
|
COMMENT= Array 30 SCIM IMEngine module
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-05-28 13:40:30 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
BUILD_DEPENDS= scim:textproc/scim
|
|
|
|
RUN_DEPENDS= scim:textproc/scim
|
2009-12-24 04:27:50 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-23 00:12:41 +02:00
|
|
|
USES= gettext gmake iconv libtool:keepla pkgconfig
|
2015-05-28 13:40:30 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-12-24 04:27:50 +01:00
|
|
|
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${REINPLACE_CMD} -e "s,@SCIM_MODULEDIR@,$$(pkg-config --variable=moduledir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/src/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e "s,@SCIM_ICONDIR@,$$(pkg-config --variable=icondir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e "s,@SCIM_SHAREDIR@,$$(pkg-config --variable=scimdatadir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|