freebsd-ports/games/enigma/Makefile
2004-11-21 10:40:00 +00:00

32 lines
692 B
Makefile

# New ports collection makefile for: enigma
# Date created: 25 July 2002
# Whom: Edwin Groothuis
#
# $FreeBSD$
#
PORTNAME= enigma
PORTVERSION= 0.90
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/enigma/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= enigma-${PORTVERSION}-beta
MAINTAINER= edwin@mavetju.org
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_GMAKE= yes
USE_SDL= gfx image mixer sdl
CONFIGURE_ARGS= --target=""
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
MAN6= enigma.6
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>