blob: b13a1f82cb1b4aeb787a620530787951bb5db0e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: spider
# Date created: 2 Oct 1995
# Whom: se
#
# $FreeBSD$
#
PORTNAME= spider
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/solitaires
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A challenging double decked solitaire game
USE_IMAKE= yes
INSTALL_TARGET= install install.doc
MAN1= spider.1
.include <bsd.port.mk>
|