0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
33 lines
827 B
Makefile
33 lines
827 B
Makefile
# New ports collection makefile for: thevalley
|
|
# Date created: 28 March 2004
|
|
# Whom: Edwin Groothuis
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thevalley
|
|
PORTVERSION= 0.98
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
USE_SDL= sdl
|
|
USE_PERL5_BUILD=yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
|
|
|
PLIST_FILES= bin/valley
|
|
|
|
post-configure:
|
|
${REINPLACE_CMD} \
|
|
-e 's,^LIBTOOL =.*,LIBTOOL= $$(SHELL) ${LIBTOOL} --silent,' \
|
|
-e 's,^transform =.*,transform = s\,^\,\,,' \
|
|
${WRKSRC}/valley/Makefile
|
|
|
|
.include <bsd.port.mk>
|