blob: 7bcd0662b39b681becdb68defb592f43b1d9325a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Ports collection makefile for: xspringies
# Version required: 1.1
# Date created: 12 January 1997
# Whom: jkh
#
# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $
#
DISTNAME= xspringies-1.1
CATEGORIES= games
MASTER_SITES= http://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/
DISTFILES= xspringies.1.1.tar.Z
MAINTAINER= jkh@FreeBSD.ORG
USE_IMAKE= yes
.include <bsd.port.mk>
|