Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

21
comms/srtp/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2015/09/06 14:02:08 joerg Exp $
DISTNAME= srtp-1.4.4
CATEGORIES= comms security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srtp/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://srtp.sourceforge.net/
COMMENT= Secure Real-time Transport Protocol library
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -lsocket -lnsl
TEST_TARGET= runtest
WRKSRC= ${WRKDIR}/srtp
.include "../../mk/bsd.pkg.mk"