blob: f9ac4d771f9afb53215b3377485b9e4e5de7bd9e (
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
26
|
# New ports collection makefile for: skstream
# Date created: 3 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= skstream
PORTVERSION= 0.3.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/skstream/ \
http://purple.worldforge.org/downloads/libs/sktream/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= jannisan@t-online.de
COMMENT= An iostream based C++ socket library
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
.include <bsd.port.mk>
|