mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# Created by: Alexander Brovikov <alexander@brovikov.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsrtp
|
|
PORTVERSION= 1.4.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${ORIGNAME}/${ORIGNAME}/${PORTVERSION}
|
|
DISTNAME= ${ORIGNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= alexander@brovikov.ru
|
|
COMMENT= Library implementing Secure RTP
|
|
|
|
WRKSRC= ${WRKDIR}/${ORIGNAME}
|
|
ORIGNAME= srtp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake tar:tgz
|
|
USE_CSTD= gnu89
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.port.mk>
|