summaryrefslogtreecommitdiff
path: root/net/net6/Makefile
blob: db7e864b270e523878ef57d3e1332e7b51f8c142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PORTNAME=	net6
PORTVERSION=	1.3.14
PORTREVISION=	9
CATEGORIES=	net devel
MASTER_SITES=	http://releases.0x539.de/net6/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Network access framework for IPv4/IPv6

LICENSE=	LGPL20+ # though COPYING is LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \
		libgnutls.so:security/gnutls

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		cpe libtool pathfix pkgconfig compiler:c++11-lang
USE_CXXSTD=	c++11
USE_LDCONFIG=	yes

CPE_VENDOR=	armin_burgmeier

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_CONFIGURE_ENABLE=	nls
NLS_CPPFLAGS=	-I${LOCALBASE}/include
NLS_LDFLAGS=	-L${LOCALBASE}/lib

.include <bsd.port.mk>