freebsd-ports/net/libgnetwork/Makefile
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

35 lines
862 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= libgnetwork
PORTVERSION= 0.0.9
PORTREVISION= 10
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GLib-based networking wrapper
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
#CONFIGURE_ARGS+=--enable-ssl=gnutls
#.else
CONFIGURE_ARGS+=--enable-ssl=no
#.endif
#pre-everything::
# @${ECHO_MSG} ""
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
# @${ECHO_MSG} ""
.include <bsd.port.mk>