1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/jetpack/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

32 lines
720 B
Makefile

# New ports collection makefile for: jetpack
# Date created: 21 September 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= jetpack
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Arcade action game for X11
USE_IMAKE= yes
USE_XORG= x11 xext
MAKE_FLAGS= PREFIX=${PREFIX} -f
MAN6= jetpack.6
post-install:
@${CHOWN} root:games ${PREFIX}/bin/jetpack
@${CHMOD} g+s,u-s ${PREFIX}/bin/jetpack
@${CHOWN} root:games ${PREFIX}/lib/X11/jetpack
@${CHMOD} g+w ${PREFIX}/lib/X11/jetpack
@${CHMOD} go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
.include <bsd.port.mk>