aboutsummaryrefslogblamecommitdiff
path: root/games/quake-dpmod/Makefile
blob: 93c959d7cd8c04464473cdf3b40b844821289049 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                        
                     
                                                             
                                  

                                           
                                 
                                                     
                                                        
 
                                              
 
                   


                   
                                    
 

                        
                                                                           

           

                                                        

                                                    
                      
PORTNAME=	dpmod
PORTVERSION=	20130301
CATEGORIES=	games
MASTER_SITES=	http://icculus.org/twilight/darkplaces/files/
PKGNAMEPREFIX=	${Q1PKGNAMEPREFIX}
DISTNAME=	darkplacesmod${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Quake 1 modification (for DarkPlaces)
WWW=		https://icculus.org/twilight/darkplaces/

RUN_DEPENDS=	darkplaces>=0:games/darkplaces

USES=		zip
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

DATADIR=	${Q1DIR}/${PORTNAME}

post-extract:
# Remove CVS directories
	@${FIND} ${WRKSRC} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -r

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${CP} -a ${WRKSRC}/dpmod/* ${STAGEDIR}${DATADIR}

.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.mk>