freebsd-ports/multimedia/libdvdcss/Makefile
Mario Sergio Fujikawa Ferreira b33921aef1 Update to 1.2.9
PR:		89412
Submitted by:	Adi Pircalabu <apircalabu@bitdefender.com>
2005-11-23 03:43:01 +00:00

29 lines
615 B
Makefile

# ex:ts=8
# New ports collection makefile for: libdvdcss
# Date created: Jul 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvdcss
PORTVERSION= 1.2.9
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Portable abstraction library for DVD decryption
NO_CDROM= CSS code may violate the DMCA
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c
.include <bsd.port.mk>