mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +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
37 lines
932 B
Makefile
37 lines
932 B
Makefile
# New ports collection makefile for: xrick
|
|
# Date created: 15 March 2002
|
|
# Whom: David Siebörger <drs@rucus.ru.ac.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrick
|
|
PORTVERSION= 021212
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.bigorno.net/xrick/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= drs@rucus.ru.ac.za
|
|
COMMENT= A clone of Rick Dangerous
|
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
|
|
|
RESTRICTED= Copyright status of the graphics and sounds is uncertain
|
|
USE_GMAKE= yes
|
|
USE_SDL= sdl
|
|
|
|
MAN6= xrick.6
|
|
MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|sysarg_args_data = NULL|sysarg_args_data = "${PREFIX}/share/xrick/data.zip"|' ${WRKSRC}/src/sysarg.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrick ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xrick.6.gz ${PREFIX}/man/man6/xrick.6.gz
|
|
${MKDIR} ${PREFIX}/share/xrick
|
|
${INSTALL_DATA} ${WRKSRC}/data.zip ${PREFIX}/share/xrick/data.zip
|
|
|
|
.include <bsd.port.mk>
|