blob: 9306aa1d3700841babcd5cdc3a2a4db70af28308 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: spider
# Version required: 1.1
# Date created: 2 Oct 1995
# Whom: se
#
# $Id: Makefile,v 1.1.1.1 1995/10/03 11:32:53 asami Exp $
#
DISTNAME= spider
PKGNAME= spider-1.1
CATEGORIES+= games
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
INSTALL_TARGET= install install.doc
.include <bsd.port.mk>
|