Support stage
This commit is contained in:
parent
3054bf7154
commit
0881217566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352160
@ -3,22 +3,21 @@
|
||||
|
||||
PORTNAME= libgnetwork
|
||||
PORTVERSION= 0.0.9
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A GLib-based networking wrapper
|
||||
COMMENT= GLib-based networking wrapper
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_BZIP2= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2
|
||||
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix intlhack gconf2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
#.if !defined(WITHOUT_SSL)
|
||||
#LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
|
||||
@ -27,7 +26,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=--enable-ssl=no
|
||||
#.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
#pre-everything::
|
||||
# @${ECHO_MSG} ""
|
||||
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
|
||||
|
@ -22,6 +22,7 @@ lib/libgnetwork-1.0.a
|
||||
lib/libgnetwork-1.0.la
|
||||
lib/libgnetwork-1.0.so
|
||||
lib/libgnetwork-1.0.so.0
|
||||
lib/libgnetwork-1.0.so.0.0.9
|
||||
libdata/pkgconfig/libgnetwork-1.0.pc
|
||||
%%DOCSDIR%%/GNetworkConnection.html
|
||||
%%DOCSDIR%%/GNetworkDatagram.html
|
||||
|
Loading…
Reference in New Issue
Block a user