blob: 3866cd395d5a8651a0dc9da26fe8a68d1d05cf49 (
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: Makefile,v 1.2 1996/11/09 01:09:20 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=
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>
|