summaryrefslogblamecommitdiff
path: root/games/gemdropx/Makefile
blob: c0aabe38d6fd37953777b4da97e01e3648436494 (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.7
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	SDL-1.0.2:${PORTSDIR}/devel/sdl

USE_GMAKE=	yes
USE_X_PREFIX=	yes
ALL_TARGET=	nosound
MAKE_ARGS=	JOY=NO DATA_PREFIX=${PREFIX}/share/gemdropx -f

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin
	@${MKDIR} ${PREFIX}/share/gemdropx/images
	${INSTALL_DATA} ${WRKSRC}/data/images/* ${PREFIX}/share/gemdropx/images
	@${MKDIR} ${PREFIX}/share/gemdropx/sounds
	${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${PREFIX}/share/gemdropx/sounds
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/gemdropx
	${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/gemdropx
.endif

.include <bsd.port.mk>