freebsd-ports/net/skstream/Makefile

25 lines
491 B
Makefile
Raw Normal View History

# New ports collection makefile for: skstream
# Date created: 3 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= skstream
PORTVERSION= 0.3.5
CATEGORIES= net
MASTER_SITES= ${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 gnomehack
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
.include <bsd.port.mk>