freebsd-ports/games/xripple/Makefile
Satoshi Asami 7f925e0a9b Call "xripple" explicitly from ALL_TARGET.
Also, the tarball contains ELF objects (probably Linux executables, ugh),
so clean them first.  Probably isn't necessary, but just in case.
1997-06-12 06:08:02 +00:00

25 lines
501 B
Makefile

# new ports collection makefile for: xripple
# Version: 1.0 <no version #>
# Date created: 6 Oct 1996
# Whom: oly
#
# $Id: Makefile,v 1.3 1996/11/18 11:26:48 asami Exp $
#
DISTNAME= xripple
PKGNAME= xripple-1.0
CATEGORIES= games
MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/
MAINTAINER= oly@world.std.com
USE_IMAKE= yes
ALL_TARGET= xripple
post-configure:
cd ${WRKSRC}; make clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>