1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/net6/Makefile
Gerald Pfeifer e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00

36 lines
765 B
Makefile

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