1996-11-09 00:01:32 +00:00
|
|
|
# new ports collection makefile for: xripple
|
|
|
|
# Version: 1.0 <no version #>
|
|
|
|
# Date created: 6 Oct 1996
|
|
|
|
# Whom: oly
|
|
|
|
#
|
1996-11-09 01:09:20 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1996/11/09 00:01:31 obrien Exp $
|
1996-11-09 00:01:32 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xripple
|
|
|
|
PKGNAME= xripple-1.0
|
|
|
|
CATEGORIES+= games
|
1996-11-09 01:09:20 +00:00
|
|
|
MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/
|
1996-11-09 00:01:32 +00:00
|
|
|
|
|
|
|
MAINTAINER= oly@world.std.com
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|