mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# Created by: Oliver Lehmann
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libwfut
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION}
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= WorldForge update library
|
|
|
|
LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \
|
|
libcurl.so:ftp/curl
|
|
|
|
CONFIGURE_ARGS+=--without-python
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix pkgconfig compiler:c++11-lib
|
|
USE_CXXSTD= c++11
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|