mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
34 lines
807 B
Makefile
34 lines
807 B
Makefile
# New ports collection makefile for: thevalley
|
|
# Date created: 28 March 2004
|
|
# Whom: Edwin Groothuis
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thevalley
|
|
PORTVERSION= 0.98
|
|
PORTREVISION= 4
|
|
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
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
USE_SDL= sdl
|
|
USE_PERL5_BUILD=yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/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>
|