1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/skstream/Makefile
Oliver Lehmann a09ad52a04 update devel/mercator to 0.2.8
update net/skstream to 0.3.7
bump PORTREVISION on affected ports
2010-09-07 15:17:30 +00:00

33 lines
728 B
Makefile

# New ports collection makefile for: skstream
# Date created: 3 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= skstream
PORTVERSION= 0.3.7
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
USE_GNOME= pkgconfig gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>