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


                                                                             




                       
                     
                     

                                                                                           
                                                                                                 






                                                                 
                                   
 
           
                                                         
                                                            
                                                       

                      
# New ports collection makefile for:	OpenGFX
# Date created:				2010-11-04
# Whom:					Ilya A. Arhipov <admin@gorodkirov.ru>
#
# $FreeBSD$
#

PORTNAME=	opengfx
PORTVERSION=	0.4.4
CATEGORIES=	games
MASTER_SITES=	http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
		http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
		http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
DISTNAME=	${PORTNAME}-${PORTVERSION}-all

MAINTAINER=	micro@heavennet.ru
COMMENT=	Free alternative graphics for OpenTTD game engine

USE_ZIP=	yes
NO_BUILD=	yes
LATEST_LINK=	openttd-${PORTNAME}

do-install:
	@${MKDIR} ${PREFIX}/share/openttd/baseset/opengfx
	${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
		${PREFIX}/share/openttd/baseset/opengfx

.include <bsd.port.mk>