2013-09-03 08:36:41 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2004-04-05 06:08:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libgnetwork
|
2006-04-04 01:51:08 +02:00
|
|
|
PORTVERSION= 0.0.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2004-04-05 06:08:47 +02:00
|
|
|
CATEGORIES= net gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2004-04-05 06:08:47 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= A GLib-based networking wrapper
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-04-05 06:08:47 +02:00
|
|
|
USE_BZIP2= yes
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2004-04-05 06:08:47 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gconf2
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-04-05 06:08:47 +02:00
|
|
|
|
2004-04-11 02:35:30 +02:00
|
|
|
#.if !defined(WITHOUT_SSL)
|
2006-07-06 19:41:23 +02:00
|
|
|
#LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
|
2004-04-11 02:35:30 +02:00
|
|
|
#CONFIGURE_ARGS+=--enable-ssl=gnutls
|
|
|
|
#.else
|
2004-04-05 06:08:47 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-ssl=no
|
2004-04-11 02:35:30 +02:00
|
|
|
#.endif
|
2004-04-05 06:08:47 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2006-01-09 21:40:11 +01:00
|
|
|
#pre-everything::
|
2004-04-11 02:35:30 +02:00
|
|
|
# @${ECHO_MSG} ""
|
|
|
|
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
|
|
|
|
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
|
|
|
|
# @${ECHO_MSG} ""
|
2004-04-05 06:08:47 +02:00
|
|
|
|
2006-01-09 21:40:11 +01:00
|
|
|
.include <bsd.port.mk>
|