summaryrefslogtreecommitdiff
path: root/multimedia/libdvdcss/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 04:26:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 04:26:40 +0000
commitf07080b33c418338b35c4bf937286f5f65e0e039 (patch)
tree930daea819ad24af09b88edbe4b00b7cee6b156c /multimedia/libdvdcss/Makefile
parentadd lfhex (diff)
add libdvdcss
Accessing DVDs like a block device w/o having to bother about the decryption
Notes
Notes: svn path=/head/; revision=44802
Diffstat (limited to 'multimedia/libdvdcss/Makefile')
-rw-r--r--multimedia/libdvdcss/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
new file mode 100644
index 000000000000..0914e12cb78a
--- /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>