2003-07-12 07:30:42 +02:00
|
|
|
# New ports collection makefile for: gnet2
|
2003-02-23 18:34:03 +01:00
|
|
|
# Date created: 15 February 2003
|
|
|
|
# Whom: 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
|
2005-06-24 20:36:58 +02:00
|
|
|
PORTVERSION= 2.0.7
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2006-12-21 09:20:43 +01:00
|
|
|
CATEGORIES= net ipv6
|
2001-05-26 09:13:56 +02:00
|
|
|
MASTER_SITES= http://www.gnetlibrary.org/src/
|
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
|
2003-07-04 23:17:27 +02:00
|
|
|
COMMENT= A simple network library built upon Glib-2
|
2000-02-16 13:01:25 +01:00
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-24 20:36:58 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR}
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-html-dir
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=1|GNET_INTERFACE_AGE=7|g' \
|
|
|
|
${WRKSRC}/configure
|
2002-06-27 07:57:24 +02:00
|
|
|
|
2000-02-16 13:01:25 +01:00
|
|
|
.include <bsd.port.mk>
|