svn commit: r352039 - head/japanese/scim-anthy
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 18:24:08 UTC 2014
Author: tijl
Date: Thu Apr 24 18:24:08 2014
New Revision: 352039
URL: http://svnweb.freebsd.org/changeset/ports/352039
QAT: https://qat.redports.org/buildarchive/r352039/
Log:
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
Modified:
head/japanese/scim-anthy/Makefile
Modified: head/japanese/scim-anthy/Makefile
==============================================================================
--- head/japanese/scim-anthy/Makefile Thu Apr 24 18:21:56 2014 (r352038)
+++ head/japanese/scim-anthy/Makefile Thu Apr 24 18:24:08 2014 (r352039)
@@ -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 at 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>
More information about the svn-ports-head
mailing list