diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 11:51:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 11:51:39 +0800 |
commit | 0fed1ef4a2ffb40b4b76312dac4660a47c670921 (patch) | |
tree | 56a101ef7b54423651ef63316cb001e9998a6324 /astro/xglobe/Makefile | |
parent | b1a51895562f36cc456036a4f5fc44b9b710946b (diff) | |
download | freebsd-ports-gnome-0fed1ef4a2ffb40b4b76312dac4660a47c670921.tar.gz freebsd-ports-gnome-0fed1ef4a2ffb40b4b76312dac4660a47c670921.tar.zst freebsd-ports-gnome-0fed1ef4a2ffb40b4b76312dac4660a47c670921.zip |
Initial import of xglobe version 0.2.
Displays a view of the Earth (like xearth) with a rendered photo map.
PR: 9585
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Diffstat (limited to 'astro/xglobe/Makefile')
-rw-r--r-- | astro/xglobe/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile new file mode 100644 index 000000000000..92c3e71258ee --- /dev/null +++ b/astro/xglobe/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xglobe +# Version required: 0.2 +# Date created: 20 January 1998 +# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> +# +# $Id$ +# + +DISTNAME= xglobe-0.2 +CATEGORIES= astro +MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ + +MAINTAINER= kkennawa@physics.adelaide.edu.au + +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> |