diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 09:34:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 09:34:11 +0000 |
commit | f7450d7402a8d618da972341ec372a663c637eb1 (patch) | |
tree | 94ae1b8d84dbf24c613731c62f2a09ed8e7011fe /multimedia/spigot/Makefile | |
parent | 3ae9644c2bf7b24e0b1ab4e4f636d8605684e38f (diff) | |
download | ports-f7450d7402a8d618da972341ec372a663c637eb1.tar.gz ports-f7450d7402a8d618da972341ec372a663c637eb1.zip |
Notes
Diffstat (limited to 'multimedia/spigot/Makefile')
-rw-r--r-- | multimedia/spigot/Makefile | 21 |
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> |