summaryrefslogblamecommitdiff
path: root/games/maelstrom/Makefile
blob: 658ecff3d5d2f0d0b0388cb5937d000ccf279da8 (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
CATEGORIES=		games
MASTER_SITES=		http://www.devolution.com/~slouken/projects/Maelstrom/src/
DISTNAME=		Maelstrom-${PORTVERSION}

MAINTAINER=		sobomax@FreeBSD.org

LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm \
			SDL-1.0.2:${PORTSDIR}/devel/sdl

USE_X_PREFIX=		yes
USE_NEWGCC=		yes
GNU_CONFIGURE=		yes

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

.include <bsd.port.mk>