1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/maelstrom/Makefile
Martin Wilke c2f625b8f3 - Update MASTER_SITES and WWW: line
- Add MAKE_JOBS_SAFE

PR:		160105
Submitted by:	Ports Fury
2011-08-26 03:57:16 +00:00

35 lines
791 B
Makefile

# New ports collection makefile for: Maelstrom
# Date created: 13 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= maelstrom
PORTVERSION= 3.0.6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://slouken.libsdl.org/projects/Maelstrom/src/
DISTNAME= Maelstrom-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Asteroids-style game for X Window System
USE_SDL= sdl net
USE_XORG= xpm
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_gamedocs
.endif
post-install:
${CHOWN} root:games ${PREFIX}/bin/Maelstrom
${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
${CHMOD} 664 ${PREFIX}/share/Maelstrom/Maelstrom-Scores
${CHOWN} root:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores
.include <bsd.port.mk>