freebsd-ports/games/spider/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

22 lines
418 B
Makefile

# 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
USE_IMAKE= yes
INSTALL_TARGET= install install.doc
MAN1= spider.1
.include <bsd.port.mk>