summaryrefslogtreecommitdiff
path: root/devel/libwfut/Makefile
blob: 6ceff75f3fc3973a91f59f25566688ab9512717d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

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>