summaryrefslogtreecommitdiff
path: root/multimedia/libdvdcss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libdvdcss/Makefile')
-rw-r--r--multimedia/libdvdcss/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
deleted file mode 100644
index df75b1efd7ab..000000000000
--- a/multimedia/libdvdcss/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: libdvdcss
-# Date created: Jul 6, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libdvdcss
-PORTVERSION= 0.0.3
-CATEGORIES= graphics
-MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ports@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>