[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / xcin

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/inputmethod/xcin/Makefile between version 1.1.1.1.2.1 and 1.1.1.1.2.2

version 1.1.1.1.2.1, 2002/06/04 08:46:59 version 1.1.1.1.2.2, 2002/06/23 18:48:32
Line 0 
Line 1 
   # $NetBSD$
   #
   
   DISTNAME=       xcin-2.5.3.pre2
   PKGNAME=        xcin-2.5.3rc2
   CATEGORIES=     chinese x11
   MASTER_SITES=   ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/
   
   MAINTAINER=     rxg@netbsd.org
   HOMEPAGE=       http://xcin.linux.org.tw/
   COMMENT=        Chinese XIM server
   
   USE_PERL5=      yes
   USE_X11BASE=    yes
   USE_LIBTOOL=    yes
   LTCONFIG_OVERRIDE=      ${WRKSRC}/script/ltmain.sh
   GNU_CONFIGURE=  yes
   
   WRKSRC=         ${WRKDIR}/xcin
   
   post-extract:
           ${MV} ${WRKSRC}/doc/man ${WRKSRC}
   
   post-configure:
           # this pkg generates libtool script from configure file
           cd ${WRKSRC} && script/ltmain.sh
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcin
           ${CP} -Rf ${WRKSRC}/doc/* ${PREFIX}/share/doc/xcin
   
   .include "../../converters/libiconv/buildlink.mk"
   .include "../../databases/db3/buildlink.mk"
   .include "../../devel/gettext-lib/buildlink.mk"
   .include "../../inputmethod/libtabe/buildlink.mk"
   .include "../../mk/x11.buildlink.mk"
   .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.2

CVSweb <webmaster@jp.NetBSD.org>