mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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)
37 lines
931 B
Makefile
37 lines
931 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= 3
|
|
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.9:${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>
|