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


                                                 
 
           
 
 
                     
                       
                     
                                                     
                                              
 
                                 
                                                                           
 


                   

                                                   

                       

                          










                                                        


                                                                          



                                                                        
      
 
                           
# New ports collection makefile for:   xevil
# Date created:        7 November 2000
# Whom:    G�ran Runfeldt <goranrunfeldt@home.se>
#
# $FreeBSD$
#

PORTNAME=	xevil
PORTVERSION=	2.02.r2
CATEGORIES=	games
MASTER_SITES=	http://www.xevil.com/download/stable/
DISTNAME=	xevilsrc${PORTVERSION:S/.r/r/}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A fast-action, networked, anti-social, kill-everything game

USE_X_PREFIX=	yes
USE_ZIP=	yes
USE_XPM=	yes
MAKE_ENV=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
MAKEFILE=	makefile
ALL_TARGET=	freebsd

.include <bsd.port.pre.mk>

# I'm not sure if this should be here
.if (${MACHINE} == "alpha")
CFLAGS+="-DXEVIL_KEYSET=UIalpha"
.endif

pre-extract:
	@${MKDIR} ${WRKDIR}/${DISTNAME}

do-extract:
	@unzip -aqo ${DISTDIR}/${DISTFILES} -d ${WRKSRC}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/x11/FREEBSD/xevil ${PREFIX}/bin/xevil
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
	@${MKDIR} ${DOCSDIR}/instructions
	${INSTALL_DATA} ${WRKSRC}/instructions/* ${DOCSDIR}/instructions
.endif

.include <bsd.port.post.mk>