15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: Edwin Groothuis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thevalley
|
|
PORTVERSION= 0.98
|
|
PORTREVISION= 7
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
USE_SDL= sdl
|
|
USES= libtool perl5
|
|
USE_PERL5= build
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lm
|
|
|
|
PLIST_FILES= bin/valley
|
|
|
|
.include <bsd.port.mk>
|