aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/spigot/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-03 17:34:11 +0800
committerasami <asami@FreeBSD.org>1995-10-03 17:34:11 +0800
commit74746b83643b8add66125ca7cb530b04b058a54a (patch)
tree2def70e8446e558ee5bbb3fc2539e3bb70b6c36d /multimedia/spigot/Makefile
parent98821256ad6b2c8ea5e022f3af3b134c4a64a047 (diff)
downloadfreebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.tar.gz
freebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.tar.zst
freebsd-ports-gnome-74746b83643b8add66125ca7cb530b04b058a54a.zip
The libspigot library. Required by nv. Note this is a binary package.
Submitted by: james
Diffstat (limited to 'multimedia/spigot/Makefile')
-rw-r--r--multimedia/spigot/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile
new file mode 100644
index 000000000000..cd5499d7e617
--- /dev/null
+++ b/multimedia/spigot/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libspigot.a
+# Version required: 1.6
+# Date Created: Fri Sep 15 10:04:46 CDT 1995
+# Whom: james
+#
+#
+
+DISTNAME= spigot-1.6
+CATEGORIES+= graphics
+MASTER_SITES= ftp://ftp.cs.uwm.edu/pub/FreeBSD/spigot/
+DISTFILES= spigot.tar.gz
+
+MAINTAINER= james@cs.uwm.edu
+
+# binary package
+NO_PACKAGE= yes
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>