summaryrefslogtreecommitdiff
path: root/games/thevalley/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/thevalley/Makefile')
-rw-r--r--games/thevalley/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile
deleted file mode 100644
index e3198c05b5e5..000000000000
--- a/games/thevalley/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Edwin Groothuis
-# $FreeBSD$
-
-PORTNAME= thevalley
-PORTVERSION= 0.98
-PORTREVISION= 8
-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
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-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>