mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e59c88cece
(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
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# Created by: Oliver Lehmann
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libwfut
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 5
|
|
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>
|