freebsd-ports/devel/libwfut/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

24 lines
547 B
Makefile

# Created by: Oliver Lehmann
# $FreeBSD$
PORTNAME= libwfut
PORTVERSION= 0.2.3
PORTREVISION= 3
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_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>