summaryrefslogtreecommitdiff
path: root/graphics/vid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vid/Makefile')
-rw-r--r--graphics/vid/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile
new file mode 100644
index 000000000000..0f5033621fe9
--- /dev/null
+++ b/graphics/vid/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: vid
+# Date created: Tue Dec 5 13:32:13 GMT 2000
+# Whom: Roger Hardiman <roger@freebsd.org?
+#
+# $FreeBSD$
+#
+
+PORTNAME= vid
+PORTVERSION= 1.0.1
+CATEGORIES= graphics
+MASTER_SITES= http://members.home.com/housel/
+
+MAINTAINER= roger@freebsd.org
+
+# The port does not understand 'make all' or 'make install'
+# so change the 'all_target' to be empty and use our own do-install handler.
+
+ALL_TARGET=
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin
+
+.include <bsd.port.mk>