aboutsummaryrefslogtreecommitdiff
path: root/net/skstream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/skstream/Makefile')
-rw-r--r--net/skstream/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile
index 295dff73cb4b..975f1ac74f46 100644
--- a/net/skstream/Makefile
+++ b/net/skstream/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: skstream
-# Date created: 3 February 2005
-# Whom: Janni
-#
+# Created by: Janni
# $FreeBSD$
-#
PORTNAME= skstream
-PORTVERSION= 0.3.8
+PORTVERSION= 0.3.9
CATEGORIES= net
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
@@ -14,15 +10,18 @@ MAINTAINER= oliver@FreeBSD.org
COMMENT= An iostream based C++ socket library
USE_GMAKE= yes
-USE_GNOME= pkgconfig gnomehack
+USE_GNOME= gnomehack
+USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}