diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2003-09-02 10:04:54 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2003-09-02 10:04:54 +0000 |
commit | 37641fe4842d23932e99279daa854b3f7ab4b5de (patch) | |
tree | 8bd032d19d6b825a6f993da37b9a4fb5b7570ba8 /japanese/FreeWnn-lib/Makefile | |
parent | updated to the newest version of pim6sd (20030901) (diff) |
* Support CFLAGS
* USE_AUTOCONF - > USE_AUTOCONF_VER
Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use config.sub and config.guess in Templates instead of devel/autoconf213
Pointed out by: kuriyama
* Update version to 1.1.1-a020
* Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d
Diffstat (limited to 'japanese/FreeWnn-lib/Makefile')
-rw-r--r-- | japanese/FreeWnn-lib/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index 514ac2c41fc3..5aec50ec3db3 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeWnn PORTVERSION= ${WMMVERSION:S/-/./} -PORTREVISION= 1 +#PORTREVISION= 1 CATEGORIES?= japanese MASTER_SITES= ftp://ftp.freewnn.org/pub/FreeWnn/alpha/ PKGNAMESUFFIX?= -lib @@ -16,17 +16,17 @@ DISTNAME= ${PORTNAME}-${WMMVERSION} MAINTAINER= taoka@FreeBSD.org COMMENT?= A Japanese/Chinese/Korean input method (Japanese client libraries) -#WRKSRC= ${WRKDIR}/${DISTNAME}/Xsi -WRKSRC= ${WRKDIR}/FreeWnn-1.1.1-a017-pl4/Xsi +WRKSRC= ${WRKDIR}/FreeWnn-1.10-pl020 ALL_TARGET= includes all INSTALL_TARGET= install install.man GNU_CONFIGURE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_LIBTOOL= yes +MAKE_ARGS= CDEBUGFLAGS="${CFLAGS}" INSTALLS_SHLIB= yes USE_BZIP2= yes -WMMVERSION= 1.1.1-a018 +WMMVERSION= 1.1.1-a020 WNN?= Wnn .if (${PKGNAMESUFFIX} == -lib) @@ -113,11 +113,6 @@ CONFIGURE_ARGS+= --with-libkwnn=-lkwnn --with-kwnn-libraries="${PREFIX}/lib" .endif .endif -post-extract: - ${CP} ${LIBTOOL_SHAREDIR}/libltdl/aclocal.m4 ${WRKSRC} - ${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC} - ${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC} - .if (${PKGNAMESUFFIX} == -server) pre-install: ${SETENV} BATCH=${BATCH} \ |