mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Support stage
USES=libtool
This commit is contained in:
parent
572b2490a5
commit
11b6ab1e66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351793
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libzvt
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -11,16 +11,14 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Library components for Zed's Virtual Terminal
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11
|
||||
USES= bison pathfix gmake pkgconfig
|
||||
USES= bison libtool pathfix gmake pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomeprefix gtk20 libartlgpl2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|malloc\.h|stdlib.h|g'
|
||||
|
@ -7,6 +7,7 @@ lib/libzvt-2.0.a
|
||||
lib/libzvt-2.0.la
|
||||
lib/libzvt-2.0.so
|
||||
lib/libzvt-2.0.so.0
|
||||
lib/libzvt-2.0.so.0.0.1
|
||||
libdata/pkgconfig/libzvt-2.0.pc
|
||||
libexec/libzvt-2.0/gnome-pty-helper
|
||||
@dirrm libexec/libzvt-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user