aboutsummaryrefslogblamecommitdiff
path: root/net/libtnl/Makefile
blob: daa9d902145387d76a1f2fa6436c347d4347c89a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                   
                                 


                                                                               
                   







                                                          






                                             
# New ports collection makefile for:    libtnl
# Date created:         26 Jan 2006
# Whom:                 aaron@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	libtnl
PORTVERSION=	1.5.0
CATEGORIES=	net devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	opentnl
DISTNAME=	tnl-${PORTVERSION}-source

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A robust, secure, easy to use cross-platform C++ networking API

WRKSRC=		${WRKDIR}/tnl/tnl
USE_LDCONFIG=	yes
ONLY_FOR_ARCHS=	i386

post-extract:
	@${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile

pre-install:
	${MKDIR} ${PREFIX}/include/tnl

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>