freebsd-ports/devel/libwfut/Makefile
Dmitry Marakasov 15a01399a3 - Add LICENSE
- Update WWW
- Regenerate patch

Approved by:	portmgr blanket
2019-11-30 09:40:31 +00:00

28 lines
614 B
Makefile

# Created by: Oliver Lehmann
# $FreeBSD$
PORTNAME= libwfut
PORTVERSION= 0.2.3
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= WorldForge update library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
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>