aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/FreeWnn-lib/Makefile
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-03-03 02:01:04 +0800
committertijl <tijl@FreeBSD.org>2014-03-03 02:01:04 +0800
commita41688d8c49824787cd4955c1c403cee829f351f (patch)
tree1aa56a7f64f5ec4ffa8cf3b85fd00bb57caee802 /japanese/FreeWnn-lib/Makefile
parent391328bcfa5e73fb7a7cd3735eb6d31ea656bb89 (diff)
downloadfreebsd-ports-gnome-a41688d8c49824787cd4955c1c403cee829f351f.tar.gz
freebsd-ports-gnome-a41688d8c49824787cd4955c1c403cee829f351f.tar.zst
freebsd-ports-gnome-a41688d8c49824787cd4955c1c403cee829f351f.zip
For both japanese/FreeWnn-lib and japanese/FreeWnn-server:
- Delete files/patch-configure: This patch is non-functional because configure is regenerated by USE_AUTOTOOLS=autoconf. - Replace files/patch-aclocal.m4 with USE_AUTOTOOLS=aclocal. - Replace files/patch-config.h.in with USE_AUTOTOOLS=autoheader. - Replace files/patch-ltmain.sh with USE_AUTOTOOLS=libtoolize. - Replace USE_AUTOTOOLS=libtool with USES=libtool. - Remove indefinite article from COMMENT. Approved by: hrs (maintainer)
Diffstat (limited to 'japanese/FreeWnn-lib/Makefile')
-rw-r--r--japanese/FreeWnn-lib/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile
index dd51fbd5188d..deb2726c47a3 100644
--- a/japanese/FreeWnn-lib/Makefile
+++ b/japanese/FreeWnn-lib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= FreeWnn
PORTVERSION= 1.1.1.a021
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES?= japanese
MASTER_SITES= ftp://ftp.freewnn.org/pub/%SUBDIR%/ \
${MASTER_SITE_SOURCEFORGE_JP}
@@ -13,11 +13,13 @@ PKGNAMESUFFIX= -lib
DISTNAME= ${PORTNAME}-1.1.1-a021
MAINTAINER= hrs@FreeBSD.org
-COMMENT?= A Japanese/Chinese/Korean input method (Japanese client libraries)
+COMMENT?= Japanese/Chinese/Korean input method (Japanese client libraries)
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf libtool
+USES= libtool
+USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize
+LIBTOOLIZE_ARGS=-i -c -f
+USE_BZIP2= yes
USE_LDCONFIG= yes
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
LIBRARY_WNNMANDIR="3.libwnn" \