mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6506e45d69
- Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: vultures-claw
|
|
# Date created: 25 Apr 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vultures
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/
|
|
PKGNAMESUFFIX= -claw
|
|
DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An isometric interface to Slash'EM based on Falcon's Eye
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_SDL= sdl ttf mixer
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e \
|
|
"s|/local||g" ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e \
|
|
"s|^PREFIX|\#PREFIX|g" ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e \
|
|
"s|slashemdir|share/vultures-claw|g" ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e \
|
|
's|#include <SDL_image.h>||g' \
|
|
${WRKSRC}/win/vultures/vultures_gfl.c
|
|
|
|
.include <bsd.port.mk>
|