summaryrefslogblamecommitdiff
path: root/games/gemdropx/Makefile
blob: ea6f5df78695cf3f8c1d82329a1f3eaa2660fa37 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                


                                                        
           

 
                        
                   
                 
                     
                                                             
 
                                 
                                                           
 
                     
                   
                      

           
                                                           



                                                                 
                        

                                                       
      

                      
# New ports collection makefile for:	gemdropx
# Date created:				9 March 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	gemdropx
PORTVERSION=	0.9
PORTREVISION=	6
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>