- Convert to USES=libtool.

- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
This commit is contained in:
Tijl Coosemans 2014-04-24 18:24:08 +00:00
parent 99fcbb2484
commit 26e8e7d103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352039

View file

@ -3,7 +3,7 @@
PORTNAME= scim-anthy
PORTVERSION= 1.2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=scim-imengine/37309
@ -12,25 +12,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM IMEngine module using Anthy
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy
LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy
RUN_DEPENDS:= ${BUILD_DEPENDS} \
kasumi:${PORTSDIR}/japanese/kasumi
USE_GNOME= lthack
USES= gmake iconv pkgconfig
USES= gmake iconv libtool:keepla pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.mk>