mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
35 lines
838 B
Makefile
35 lines
838 B
Makefile
# New ports collection makefile for: Maelstrom
|
|
# Date created: 13 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= maelstrom
|
|
PORTVERSION= 3.0.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/
|
|
DISTNAME= Maelstrom-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Asteroids-style game for X Window System
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_SDL= sdl net
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.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>
|