aboutsummaryrefslogtreecommitdiff
path: root/net/libsrtp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 05:39:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 05:39:16 +0000
commitd30fbfddeaabda6224abe486cda5672309598773 (patch)
tree72c2a76963e2a281238ce8c0639442da31b19141 /net/libsrtp
parentcc873ae9478d4779acb6fe6e4b342cbb2f05e09c (diff)
downloadports-d30fbfddeaabda6224abe486cda5672309598773.tar.gz
ports-d30fbfddeaabda6224abe486cda5672309598773.zip
Notes
Diffstat (limited to 'net/libsrtp')
-rw-r--r--net/libsrtp/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile
index 4efd0fbed4aa..99f51c517f13 100644
--- a/net/libsrtp/Makefile
+++ b/net/libsrtp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsrtp
-# Date created: 2 May 2011
-# Whom: Alexander Brovikov <alexander@brovikov.ru>
-#
+# Created by: Alexander Brovikov <alexander@brovikov.ru>
# $FreeBSD$
-#
PORTNAME= libsrtp
PORTVERSION= 1.4.4
@@ -14,13 +10,14 @@ DISTNAME= ${ORIGNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= alexander@brovikov.ru
-COMMENT= A library implementing Secure RTP
+COMMENT= Library implementing Secure RTP
WRKSRC= ${WRKDIR}/${ORIGNAME}
ORIGNAME= srtp
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
+USE_CSTD= gnu89
CFLAGS+= -fPIC
.include <bsd.port.mk>