2013-09-11 11:36:43 +02:00
|
|
|
# Created by: Edwin Groothuis
|
2004-03-28 06:06:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= thevalley
|
|
|
|
PORTVERSION= 0.98
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 8
|
2004-03-28 06:06:48 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.autismuk.freeserve.co.uk/
|
|
|
|
DISTNAME= valley-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
COMMENT= The Valley is a rewrite of an old RPG from the early 1980s
|
|
|
|
|
2014-07-03 00:06:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-28 06:06:48 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_SDL= sdl
|
2014-07-03 00:06:03 +02:00
|
|
|
USES= libtool perl5
|
2013-09-11 11:36:43 +02:00
|
|
|
USE_PERL5= build
|
2014-08-26 16:06:08 +02:00
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib -lm
|
2004-03-28 06:06:48 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/valley
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|