freebsd-ports/multimedia/libdvdcss/Makefile

32 lines
632 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: libdvdcss
# Date created: Jul 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvdcss
2003-09-08 03:25:49 +02:00
PORTVERSION= 1.2.8
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
2002-04-18 18:30:22 +02:00
MAINTAINER= lioux@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Portable abstraction library for DVD decryption
NO_CDROM= CSS code may violate the DMCA
2003-02-08 01:11:21 +01:00
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
2002-08-27 20:21:14 +02:00
USE_REINPLACE= yes
2004-02-08 02:14:05 +01:00
USE_SIZE= yes
INSTALLS_SHLIB= yes
post-patch:
2002-08-27 20:21:14 +02:00
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c
2002-04-17 00:19:44 +02:00
.include <bsd.port.mk>