Import of pkgsrc-2015Q3
This commit is contained in:
21
comms/srtp/Makefile
Normal file
21
comms/srtp/Makefile
Normal 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"
|
||||
Reference in New Issue
Block a user