2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-02-16 13:01:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= gnet
|
2008-03-04 15:57:02 +01:00
|
|
|
PORTVERSION= 2.0.8
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 3
|
2006-12-21 09:20:43 +01:00
|
|
|
CATEGORIES= net ipv6
|
2008-03-04 15:57:02 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-07-12 07:30:42 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
2000-02-16 13:01:25 +01:00
|
|
|
|
2003-02-23 18:34:03 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Simple network library built upon Glib-2
|
2000-02-16 13:01:25 +01:00
|
|
|
|
2014-05-21 02:50:36 +02:00
|
|
|
USES= libtool pathfix pkgconfig
|
|
|
|
USE_GNOME= glib20
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-21 02:50:36 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2005-06-24 20:36:58 +02:00
|
|
|
|
2014-05-21 02:50:36 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-08-28 15:39:56 +02:00
|
|
|
DOCS_CONFIGURE_ON= --with-html-dir=${DOCSDIR}
|
|
|
|
DOCS_CONFIGURE_OFF= --without-html-dir
|
2005-06-24 20:36:58 +02:00
|
|
|
|
|
|
|
post-patch:
|
2008-03-04 15:57:02 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \
|
2005-06-24 20:36:58 +02:00
|
|
|
${WRKSRC}/configure
|
2002-06-27 07:57:24 +02:00
|
|
|
|
2000-02-16 13:01:25 +01:00
|
|
|
.include <bsd.port.mk>
|