2013-01-19 11:09:14 +01:00
|
|
|
# Created by: Janni
|
2005-02-09 23:49:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= skstream
|
2013-01-19 11:09:14 +01:00
|
|
|
PORTVERSION= 0.3.9
|
2005-02-09 23:49:07 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION}
|
2005-02-09 23:49:07 +01:00
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2005-02-09 23:49:07 +01:00
|
|
|
COMMENT= An iostream based C++ socket library
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pathfix pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-12-07 15:51:39 +01:00
|
|
|
USE_GCC= 4.7+
|
2005-02-09 23:49:07 +01:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:38:29 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-01-19 11:09:14 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2005-10-04 01:02:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
2013-01-19 11:09:14 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2005-10-04 01:02:33 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2005-02-09 23:49:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|