1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/net/net6/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

35 lines
727 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= net6
PORTVERSION= 1.3.14
PORTREVISION= 4
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
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>