diff options
Diffstat (limited to 'net/Sockets-devel/Makefile')
-rw-r--r-- | net/Sockets-devel/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net/Sockets-devel/Makefile b/net/Sockets-devel/Makefile deleted file mode 100644 index 6272dc2ec53c..000000000000 --- a/net/Sockets-devel/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: C++ Sockets -# Date created: Sat Jan 15 16:17:20 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Sockets -PORTVERSION= 1.8.1 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.alhem.net/Sockets/ - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A C++ wrapper for BSD-style sockets - -USE_GMAKE= yes -USE_OPENSSL= yes -WITH_OPENSSL_BASE= yes -MAKE_ENV= CXX="${CXX}" -USE_REINPLACE= yes - -post-patch: -# PREFIX safeness -# CXX safeness -# CXXFLAGS safeness - @${REINPLACE_CMD} -E \ - -e 's|-O2||' \ - -e 's|^PREFIX.+$$|PREFIX=${PREFIX}|' \ - -e 's|^INCLUDE.+$$|INCLUDE=-I. -I${OPENSSLINC}|' \ - -e 's|g\+\+|${CXX}|' \ - ${BUILD_WRKSRC}/${MAKEFILE} -# fix StdLog.h location - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 5 -x \ - ${REINPLACE_CMD} -E \ - -e 's|"StdLog.h"|<StdLog.h>|' - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\ - for building -.endif - -.include <bsd.port.post.mk> |