japanese/scim-tables: stage and define scim as BUILD_DEPENDS (dports)

This commit is contained in:
John Marino 2014-07-05 21:29:26 +00:00
parent 872cede5e7
commit 4bb20bb552
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360822

View File

@ -10,15 +10,13 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM table based Japanese input methods
BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
USES= pkgconfig gmake
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \
@ -31,10 +29,4 @@ post-extract:
@${CP} ${FILESDIR}/T-Code.txt.in ${WRKSRC}/tables/ja/
@${CP} ${FILESDIR}/TUT-Code.txt.in ${WRKSRC}/tables/ja/
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.post.mk>
.include <bsd.port.mk>