mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
35 lines
738 B
Makefile
35 lines
738 B
Makefile
# New ports collection makefile for: skstream
|
|
# Date created: 3 February 2005
|
|
# Whom: Janni
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skstream
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= worldforge
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= An iostream based C++ socket library
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig gnomehack
|
|
USE_GCC= 3.4
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= 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>
|