mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
79412075cb
PR: ports/77047 Submitted by: Jan Rochel <jannisan@t-online.de>
27 lines
597 B
Makefile
27 lines
597 B
Makefile
# 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>
|