1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/enigma/Makefile
Eric Anholt 64b0530867 Add enigma 0.50, enigma is a reimplementation of Oxyd, a puzzle game.
PR:		40967
Submitted by:	Edwin Groothuis
2002-08-17 21:54:31 +00:00

32 lines
677 B
Makefile

# New ports collection makefile for: enigma
# Date created: 25 July 2002
# Whom: Edwin Groothuis
#
# $FreeBSD$
#
PORTNAME= enigma
PORTVERSION= 0.50
CATEGORIES= games
MASTER_SITES= http://freesoftware.fsf.org/download/enigma/
MAINTAINER= edwin@mavetju.org
BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 \
lua:${PORTSDIR}/lang/lua
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_image.10:${PORTSDIR}/graphics/sdl_image
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_REINPLACE= yes
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
MAN6= enigma.6
post-install:
${CAT} pkg-message
.include <bsd.port.mk>