2001-07-06 06:26:40 +02:00
|
|
|
# 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
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-11-28 01:09:51 +01:00
|
|
|
CATEGORIES= multimedia
|
2003-01-19 01:20:53 +01:00
|
|
|
MASTER_SITES= ftp://ftp.videolan.org/pub/%SUBDIR%/
|
2001-07-06 06:26:40 +02:00
|
|
|
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
|
2001-07-06 06:26:40 +02:00
|
|
|
|
2003-08-09 17:25:47 +02:00
|
|
|
NO_CDROM= CSS code may violate the DMCA
|
|
|
|
|
2003-02-08 01:11:21 +01:00
|
|
|
USE_BZIP2= yes
|
2001-07-06 06:26:40 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
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
|
2001-07-06 06:26:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-06-04 18:32:00 +02:00
|
|
|
post-patch:
|
2002-08-27 20:21:14 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c
|
2002-06-04 18:32:00 +02:00
|
|
|
|
2002-04-17 00:19:44 +02:00
|
|
|
.include <bsd.port.mk>
|