diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
commit | 40a684ff1e8608bde986585a735e66d9a456e675 (patch) | |
tree | 21680bac7d4436c9b33d17b1753f63e511708512 /textproc/iiimf-headers | |
parent | cf0ac5bd5cf5b77385239923b8c09f789a94513d (diff) | |
download | ports-40a684ff1e8608bde986585a735e66d9a456e675.tar.gz ports-40a684ff1e8608bde986585a735e66d9a456e675.zip |
Notes
Diffstat (limited to 'textproc/iiimf-headers')
-rw-r--r-- | textproc/iiimf-headers/Makefile | 15 | ||||
-rw-r--r-- | textproc/iiimf-headers/distinfo | 4 | ||||
-rw-r--r-- | textproc/iiimf-headers/pkg-plist | 31 |
3 files changed, 25 insertions, 25 deletions
diff --git a/textproc/iiimf-headers/Makefile b/textproc/iiimf-headers/Makefile index dc6d8f779a6f..b39a053fd3f8 100644 --- a/textproc/iiimf-headers/Makefile +++ b/textproc/iiimf-headers/Makefile @@ -6,27 +6,26 @@ # PORTNAME= headers -PORTVERSION= ${IIIMF_VER:S/_/./g:C/-.*//} +PORTVERSION= 12.2 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- -DISTNAME= im-sdk-src-${IIIMF_VER} +DISTNAME= iiimf-src-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= kcwu@csie.org +MAINTAINER= ozawa@ongs.co.jp COMMENT= Header files for Internet/Intranet Input Method Framework -IIIMF_VER= r12_1-svn2002 WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} USE_BZIP2= yes NO_BUILD= yes do-install: - ${MKDIR} ${PREFIX}/include/iiimf + ${MKDIR} ${PREFIX}/include/iiim .for file in IMArg.h IMCharSubsets.h IMProtocolStruct.h syscfg.h threaddef.h - ${INSTALL_DATA} ${WRKSRC}/include/${file} ${PREFIX}/include/iiimf + ${INSTALL_DATA} ${WRKSRC}/include/${file} ${PREFIX}/include/iiim .endfor - ${MKDIR} ${PREFIX}/include/iiimf/iml - ${INSTALL_DATA} ${WRKSRC}/include/iml/*.h ${PREFIX}/include/iiimf/iml + ${MKDIR} ${PREFIX}/include/iiim/iml + ${INSTALL_DATA} ${WRKSRC}/include/iml/*.h ${PREFIX}/include/iiim/iml .include <bsd.port.mk> diff --git a/textproc/iiimf-headers/distinfo b/textproc/iiimf-headers/distinfo index 440e49d16220..4416cce728d0 100644 --- a/textproc/iiimf-headers/distinfo +++ b/textproc/iiimf-headers/distinfo @@ -1,2 +1,2 @@ -MD5 (im-sdk-src-r12_1-svn2002.tar.bz2) = 51f3f10b11f8d4a206e2b190ec36a32a -SIZE (im-sdk-src-r12_1-svn2002.tar.bz2) = 18141292 +MD5 (iiimf-src-12.2.tar.bz2) = 70dbf257fe64ddf8611dfa6449da537c +SIZE (iiimf-src-12.2.tar.bz2) = 11452670 diff --git a/textproc/iiimf-headers/pkg-plist b/textproc/iiimf-headers/pkg-plist index 41e135a467cb..170f9e84f1fb 100644 --- a/textproc/iiimf-headers/pkg-plist +++ b/textproc/iiimf-headers/pkg-plist @@ -1,15 +1,16 @@ -include/iiimf/IMArg.h -include/iiimf/IMCharSubsets.h -include/iiimf/IMProtocolStruct.h -include/iiimf/syscfg.h -include/iiimf/threaddef.h -include/iiimf/iml/SunIM.h -include/iiimf/iml/SunIMCore.h -include/iiimf/iml/SunIMLock.h -include/iiimf/iml/SunIMMMan.h -include/iiimf/iml/SunIMMthd.h -include/iiimf/iml/SunIMPriv.h -include/iiimf/iml/SunIMProt.h -include/iiimf/iml/SunIMPub.h -@dirrm include/iiimf/iml -@dirrm include/iiimf +include/iiim/IMArg.h +include/iiim/IMCharSubsets.h +include/iiim/IMProtocolStruct.h +include/iiim/syscfg.h +include/iiim/threaddef.h +include/iiim/iml/SunIM.h +include/iiim/iml/SunIMCore.h +include/iiim/iml/SunIMLock.h +include/iiim/iml/SunIMMMan.h +include/iiim/iml/SunIMMthd.h +include/iiim/iml/SunIMPriv.h +include/iiim/iml/SunIMProt.h +include/iiim/iml/SunIMPub.h +include/iiim/iml/iml_fop.h +@dirrm include/iiim/iml +@unexec rmdir %D/include/iiim > /dev/null 2>&1 || true |