mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20b9bbed0a
MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# 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
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAKE_FLAGS= PREFIX=${PREFIX} -f
|
|
|
|
post-install:
|
|
@/usr/sbin/chown games ${PREFIX}/bin/jetpack
|
|
@chmod u+s ${PREFIX}/bin/jetpack
|
|
@/usr/sbin/chown games ${PREFIX}/lib/X11/jetpack
|
|
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
|
|
|
|
.include <bsd.port.mk>
|