freebsd-ports/net/skstream/Makefile
Oliver Lehmann 18a4d1e3b7 set USE_GCC=4.7+ to unbreak devel/eris build on FreeBSD 10
the port itself would compile with clang or older GCC versions fine
2013-12-07 14:51:39 +00:00

32 lines
682 B
Makefile

# Created by: Janni
# $FreeBSD$
PORTNAME= skstream
PORTVERSION= 0.3.9
CATEGORIES= net
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= An iostream based C++ socket library
USE_GMAKE= yes
USES= pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 4.7+
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>