1998-04-27 06:48:07 +02:00
|
|
|
# New ports collection makefile for: gemdropx
|
|
|
|
# Date created: 9 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-04-27 06:48:07 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:43:02 +02:00
|
|
|
PORTNAME= gemdropx
|
2002-06-22 07:30:08 +02:00
|
|
|
PORTVERSION= 0.9
|
2004-03-16 05:23:56 +01:00
|
|
|
PORTREVISION= 2
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= games
|
2003-03-11 21:57:54 +01:00
|
|
|
MASTER_SITES= http://www.nbswebfx.com/downloads/
|
1998-04-27 06:48:07 +02:00
|
|
|
|
2000-03-29 09:19:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= An interesting one-player puzzle game for X
|
1998-04-27 06:48:07 +02:00
|
|
|
|
2004-01-20 19:21:02 +01:00
|
|
|
USE_SDL= mixer
|
2000-04-02 03:00:24 +02:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2001-02-08 17:21:05 +01:00
|
|
|
MAKE_ENV= JOY=NO \
|
|
|
|
SDL_CONFIG="${SDL_CONFIG}"
|
1998-04-27 06:48:07 +02:00
|
|
|
|
|
|
|
do-install:
|
2000-04-02 03:00:24 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin
|
2002-06-22 07:30:08 +02:00
|
|
|
@${MKDIR} ${DATADIR}/images
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images
|
|
|
|
@${MKDIR} ${DATADIR}/sounds
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds
|
1998-08-10 14:23:08 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-06-22 07:30:08 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
|
1998-08-10 14:23:08 +02:00
|
|
|
.endif
|
1998-04-27 06:48:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|