diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:25:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:25:57 +0800 |
commit | 5131e9bc9ebf7d49b516ef5b9879ab08554498a8 (patch) | |
tree | d1c481e6c5c9b3b431df2cf722fe6ed090b1a0d2 /textproc | |
parent | 32f4b98d364ab7e634b9cb207331927f82d0fd6e (diff) | |
download | marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar.gz marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar.bz2 marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar.lz marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar.xz marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.tar.zst marcuscom-ports-5131e9bc9ebf7d49b516ef5b9879ab08554498a8.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5757 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++26/Makefile | 14 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-plist | 1 |
2 files changed, 4 insertions, 11 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 091e49823..7639b0653 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -4,11 +4,12 @@ # Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/libxml++26/Makefile,v 1.9 2006/02/06 07:07:25 marcus Exp $ # PORTNAME= libxml++ PORTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,7 +25,7 @@ LATEST_LINK= libxml++26 USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack gnometarget libxml2 pkgconfig -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PLIST_SUB= VERSION="2.6" API_VERSION="2.6" DOC_VERSION=${PORTVERSION:R} @@ -43,13 +44,4 @@ post-configure: @${TOUCH} ${WRKSRC}/docs/reference/${PORTVERSION:R}/html/index.html .endif -patch-autotools:: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - .include <bsd.port.mk> diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist index 79507a8ae..14489c1f1 100644 --- a/textproc/libxml++26/pkg-plist +++ b/textproc/libxml++26/pkg-plist @@ -27,6 +27,7 @@ include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h lib/libxml++-%%VERSION%%.a +lib/libxml++-%%VERSION%%.la lib/libxml++-%%VERSION%%.so lib/libxml++-%%VERSION%%.so.2 libdata/pkgconfig/libxml++-%%API_VERSION%%.pc |