blob: cd5499d7e617e5db27b39e3edc0b78473712116e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|