mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
24 lines
462 B
Makefile
24 lines
462 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}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= alexander@brovikov.ru
|
|
COMMENT= Library implementing Secure RTP
|
|
|
|
WRKSRC= ${WRKDIR}/${ORIGNAME}
|
|
ORIGNAME= srtp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_CSTD= gnu89
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.port.mk>
|