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


                                                        
           

 

                         
                 


                                                                          
 
                                   
 
                                                 
 



                   

                        
                                        

      





                                                                      
                      
# New ports collection makefile for:	Maelstrom
# Date created:				13 May 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	maelstrom
PORTVERSION=	3.0.1
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://www.devolution.com/~slouken/projects/Maelstrom/src/
DISTNAME=	Maelstrom-${PORTVERSION}

MAINTAINER=	sobomax@FreeBSD.org

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

USE_X_PREFIX=	yes
USE_XPM=	yes
USE_NEWGCC=	yes
GNU_CONFIGURE=	yes

.if !defined(NOPORTDOCS)
INSTALL_TARGET=	install install_gamedocs
.endif

post-install:
	${CHOWN} root:games ${PREFIX}/bin/Maelstrom
	${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
	${CHMOD} 664 ${PREFIX}/share/Maelstrom/Maelstrom-Scores
	${CHOWN} root:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores

.include <bsd.port.mk>