summaryrefslogtreecommitdiff
path: root/games/xripple/Makefile
blob: 22dc97b345fee812a1d8fbbf59c946b3f7a39b3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# new ports collection makefile for:	xripple
# Version:				1.0 <no version #>
# Date created:				6 Oct 1996
# Whom:					oly
#
# $Id$
#

DISTNAME=	xripple
PKGNAME=	xripple-1.0
MASTER_SITES=	ftp://www.cse.unsw.edu.au/pub/users/s2154962/
CATEGORIES+=	games

MAINTAINER=	oly@world.std.com

USE_IMAKE=	yes
ALL_TARGET=

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin

.include <bsd.port.mk>