1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/libsrtp/Makefile
Florian Smeets 247c216f23 add -fPIC to allow linking to on !i386
Approved by:	maintainer
2011-05-22 11:10:39 +00:00

27 lines
544 B
Makefile

# New ports collection makefile for: libsrtp
# Date created: 2 May 2011
# Whom: 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= A library implementing Secure RTP
WRKSRC= ${WRKDIR}/${ORIGNAME}
ORIGNAME= srtp
GNU_CONFIGURE= yes
USE_GMAKE= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>