aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libdvbpsi/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-08-08 13:32:14 +0800
committerijliao <ijliao@FreeBSD.org>2002-08-08 13:32:14 +0800
commitd3f84baf623859c5130467d4f302649463e380ac (patch)
tree70c20592613991f4189c550c4c078cea93f9f40a /graphics/libdvbpsi/Makefile
parent191fcdcbc2c4ec8c961ce62d0f03e3df37c09b9e (diff)
downloadfreebsd-ports-gnome-d3f84baf623859c5130467d4f302649463e380ac.tar.gz
freebsd-ports-gnome-d3f84baf623859c5130467d4f302649463e380ac.tar.zst
freebsd-ports-gnome-d3f84baf623859c5130467d4f302649463e380ac.zip
add libdvbpsi 0.1.1
A library for MPEG TS and DVB PSI tables decoding and generation
Diffstat (limited to 'graphics/libdvbpsi/Makefile')
-rw-r--r--graphics/libdvbpsi/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/libdvbpsi/Makefile b/graphics/libdvbpsi/Makefile
new file mode 100644
index 000000000000..e72470016a1a
--- /dev/null
+++ b/graphics/libdvbpsi/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: libdvbpsi
+# Date created: Aug 8, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libdvbpsi
+PORTVERSION= 0.1.1
+CATEGORIES= graphics
+MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --enable-release
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>