diff options
author | pawel <pawel@FreeBSD.org> | 2014-05-17 19:31:14 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-05-17 19:31:14 +0800 |
commit | 1e2f728ebeb784f30faac7667ddd882044803dd6 (patch) | |
tree | 1b8c131c8c8555f8ac0d387d494570fe1d87dfc6 /japanese | |
parent | 5582c96539a9b89c6463bfc073efac9d42ba26a4 (diff) | |
download | freebsd-ports-gnome-1e2f728ebeb784f30faac7667ddd882044803dd6.tar.gz freebsd-ports-gnome-1e2f728ebeb784f30faac7667ddd882044803dd6.tar.zst freebsd-ports-gnome-1e2f728ebeb784f30faac7667ddd882044803dd6.zip |
- Port is stage safe
- Convert to USES=libtool
- Instal striped binaries
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-skk/Makefile | 14 | ||||
-rw-r--r-- | japanese/scim-skk/pkg-plist | 3 |
2 files changed, 4 insertions, 13 deletions
diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 9eb2925fd807..c2ed2b042a9d 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -4,7 +4,7 @@ PORTNAME= scim-skk PORTVERSION= 0.5.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/18121 @@ -15,24 +15,18 @@ COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_AUTOTOOLS= libtool -USES= gmake iconv pkgconfig +USES= gmake iconv libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +INSTALL_TARGET= install-strip + CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} - .include <bsd.port.mk> diff --git a/japanese/scim-skk/pkg-plist b/japanese/scim-skk/pkg-plist index 36a01f861f0f..6f161127205f 100644 --- a/japanese/scim-skk/pkg-plist +++ b/japanese/scim-skk/pkg-plist @@ -1,9 +1,6 @@ lib/scim-1.0/1.4.0/IMEngine/skk.a -lib/scim-1.0/1.4.0/IMEngine/skk.la lib/scim-1.0/1.4.0/IMEngine/skk.so lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.a -lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.la lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.so share/locale/ja/LC_MESSAGES/scim-skk.mo share/scim/icons/scim-skk.png -@dirrmtry share/scim/icons |