1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/jetpack/Makefile

27 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: jetpack
# Version required: ?
# Date created: 21 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.15 1996/11/18 11:24:42 asami Exp $
#
DISTNAME= jetpack
PKGNAME= jetpack-1.0
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTFILES= jetpack.tar.Z
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
MAKE_FLAGS= PREFIX=${PREFIX} -f
post-install:
@/usr/sbin/chown games ${PREFIX}/bin/jetpack
1995-02-12 17:17:08 +00:00
@chmod u+s ${PREFIX}/bin/jetpack
@/usr/sbin/chown games ${PREFIX}/lib/X11/jetpack
1995-02-12 17:17:08 +00:00
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
.include <bsd.port.mk>