freebsd-ports/games/jetpack/Makefile
Satoshi Asami 5b68ed1be7 chown and chmod should have been in post-install, not do-install,
or the "real" install would not be done!  Whew, I wouldn't have
caught this if I didn't remove /usr/X11R6 first.
1995-05-02 11:30:04 +00:00

26 lines
618 B
Makefile

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