diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-06 04:26:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-06 04:26:40 +0000 |
commit | 011f58044213492aaab303680d05d2a7c6b53cb9 (patch) | |
tree | 8c4f6a64a01766a24af15a9c11a43e35e3450b74 /multimedia/libdvdcss/Makefile | |
parent | 49c52312315e99fa40583ac9602681aa9a761377 (diff) | |
download | FreeBSD-ports-011f58044213492aaab303680d05d2a7c6b53cb9.zip FreeBSD-ports-011f58044213492aaab303680d05d2a7c6b53cb9.tar.gz |
add libdvdcss
Accessing DVDs like a block device w/o having to bother about the decryption
Diffstat (limited to 'multimedia/libdvdcss/Makefile')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile new file mode 100644 index 0000000..0914e12c --- /dev/null +++ b/multimedia/libdvdcss/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: libdvdcss +# Date created: Jul 6, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libdvdcss +PORTVERSION= 0.0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |