summaryrefslogblamecommitdiff
path: root/astro/xglobe/Makefile
blob: 7adce745713249c9cdbd731acec647df644de0b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                            
                                      
                                                       
 
           

 
                            


                                                         
                                











                                                                         
# New ports collection makefile for:   xglobe
# Version required:    0.3.1
# Date created:        20 January 1998
# Whom:                Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=	xglobe-0.3.1
CATEGORIES=	astro
MASTER_SITES=	http://www.uni-karlsruhe.de/~uddn/xglobe/

MAINTAINER=	kris@FreeBSD.org

USE_QT=		yes
USE_X_PREFIX=   yes
USE_GMAKE=	yes

do-install:
	@${MKDIR} ${PREFIX}/share/xglobe/
	@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${PREFIX}/bin/
	@${INSTALL_DATA} ${WRKSRC}/map.bmp ${PREFIX}/share/xglobe/
	@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${PREFIX}/share/xglobe/

.include <bsd.port.mk>