2005-10-24 09:53:40 +00:00
|
|
|
# Ports collection makefile for: net6
|
|
|
|
# Date created: 2005-10-14
|
|
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net6
|
2007-06-30 14:05:47 +00:00
|
|
|
PORTVERSION= 1.3.5
|
2008-03-03 11:57:08 +00:00
|
|
|
PORTREVISION= 2
|
2005-10-24 09:53:40 +00:00
|
|
|
CATEGORIES= net devel
|
2007-03-27 14:33:58 +00:00
|
|
|
MASTER_SITES= http://releases.0x539.de/net6/ \
|
|
|
|
http://www.atarininja.org/~wxs/distfiles/
|
2005-10-24 09:53:40 +00:00
|
|
|
|
2008-02-04 15:35:12 +00:00
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
2005-10-24 09:53:40 +00:00
|
|
|
COMMENT= Network access framework for IPv4/IPv6
|
|
|
|
|
2006-11-02 20:13:27 +00:00
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
2008-03-03 11:57:08 +00:00
|
|
|
gnutls.26:${PORTSDIR}/security/gnutls
|
2005-10-24 09:53:40 +00:00
|
|
|
|
2006-11-02 20:13:27 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-24 09:53:40 +00:00
|
|
|
USE_GNOME= gnomehack
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
2006-02-12 04:26:32 +00:00
|
|
|
USE_ICONV= yes
|
2005-10-24 09:53:40 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2006-02-12 04:26:32 +00:00
|
|
|
.include <bsd.port.mk>
|