freebsd-ports/multimedia/libdvbcsa/Makefile
Bernhard Froehlich 937a3eebe7 libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm
DVB/CSA - with encryption and decryption capabilities.

As libdvbcsa implements a standard, it is completly legal to use it.

WWW: http://www.videolan.org/developers/libdvbcsa.html
2013-09-08 14:50:34 +00:00

21 lines
542 B
Makefile

# Created by: Bernhard Froehlich <decke@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdvbcsa
PORTVERSION= 1.1.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://ftp.heikorichter.name/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= decke@FreeBSD.org
COMMENT= A free implementation of the DVB Common Scrambling Algorithm
LICENSE= GPLv2
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix="${PREFIX}" \
--enable-mmx --enable-sse2
.include <bsd.port.mk>