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)
32 lines
755 B
Makefile
32 lines
755 B
Makefile
# New ports collection makefile for: gemdropx
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gemdropx
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 7
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/gemdropx/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An interesting one-player puzzle game for X
|
|
|
|
USE_SDL= mixer
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= JOY=NO
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin
|
|
@${MKDIR} ${DATADIR}/images
|
|
${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images
|
|
@${MKDIR} ${DATADIR}/sounds
|
|
${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|