summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>