1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/astro/xglobe/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: xglobe
# Version required: 0.2
# Date created: 20 January 1998
# Whom: Kris Kennaway <kris@FreeBSD.ORG>
#
# $FreeBSD$
#
DISTNAME= xglobe-0.2
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>