- Utilize USE_GNOME/USE_LIBTOOL/PLIST_SUB
- Remove post-patch target PR: ports/63596 Submitted by: Ports Fury
This commit is contained in:
parent
36a36ad9ad
commit
31c3b37ad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102652
@ -14,12 +14,10 @@ MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Lightweight XML Parser
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|
||"
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- conf/ltmain.sh.orig Tue Jan 6 14:43:27 2004
|
||||
+++ conf/ltmain.sh Tue Jan 6 14:43:42 2004
|
||||
@@ -4247,10 +4247,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -6,7 +6,7 @@ include/libparsifal/xmlhash.h
|
||||
include/libparsifal/xmlpool.h
|
||||
include/libparsifal/xmlsbuf.h
|
||||
include/libparsifal/xmlvect.h
|
||||
lib/libparsifal-0.7.4.so
|
||||
lib/libparsifal-%%VERSION%%.so
|
||||
lib/libparsifal.a
|
||||
lib/libparsifal.so
|
||||
@dirrm include/libparsifal
|
||||
|
Loading…
Reference in New Issue
Block a user