aboutsummaryrefslogtreecommitdiff
path: root/astro/xglobe/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 21:55:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 21:55:51 +0000
commit369eb054b0edf196641e8706f3f6fcd77788f690 (patch)
treed44bab2e528ec5663705a59ae511ea0a4e027206 /astro/xglobe/Makefile
parent0905a6eadceddc6507f0dffa4fbb18f40feda17c (diff)
downloadports-369eb054b0edf196641e8706f3f6fcd77788f690.tar.gz
ports-369eb054b0edf196641e8706f3f6fcd77788f690.zip
Notes
Diffstat (limited to 'astro/xglobe/Makefile')
-rw-r--r--astro/xglobe/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile
deleted file mode 100644
index eef94a0682a0..000000000000
--- a/astro/xglobe/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Kris Kennaway <kris@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xglobe
-PORTVERSION= 0.5
-PORTREVISION= 11
-CATEGORIES= astro
-MASTER_SITES= LOCAL/kris
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= gmake qt:4
-USE_QT= corelib gui qt3support moc_build
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/map.bmp ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>