mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port spacechart version 0.9.2: SpaceChart is a star chart viewer
for GNOME PR: 29909 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
96f3a37ff1
commit
f7ddb400f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47132
@ -23,6 +23,7 @@
|
||||
SUBDIR += sattrack
|
||||
SUBDIR += seti_applet
|
||||
SUBDIR += setiathome
|
||||
SUBDIR += spacechart
|
||||
SUBDIR += sscalc
|
||||
SUBDIR += stars
|
||||
SUBDIR += sunclock
|
||||
|
33
astro/spacechart/Makefile
Normal file
33
astro/spacechart/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: spacechart
|
||||
# Date created: Mon Aug 20 14:50:20 EDT 2001
|
||||
# Whom: Patrick Li <pat@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spacechart
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://zipi.fi.upm.es/~e970095/spacechart/download/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= pat@databits.net
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOMELIBS= yes
|
||||
CONFIGURE_ARGS= --without-included-gettext
|
||||
|
||||
# trick it into using ports installed gettext
|
||||
post-patch:
|
||||
@${PERL} -pi -ne "s|(INTLLIBS =).*$$|\1-I${LOCALBASE}/lib -lintl|" \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
pre-build:
|
||||
@${RM} -Rf ${WRKSRC}/intl
|
||||
|
||||
.include <bsd.port.mk>
|
1
astro/spacechart/distinfo
Normal file
1
astro/spacechart/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (spacechart-0_9_2.tgz) = 80789375b11adda68728241e52900631
|
11
astro/spacechart/files/patch-Makefile.in
Normal file
11
astro/spacechart/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Mon Aug 20 15:30:33 2001
|
||||
+++ Makefile.in Mon Aug 20 15:30:47 2001
|
||||
@@ -105,7 +105,7 @@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
|
||||
-SUBDIRS = src include po intl data pixmaps
|
||||
+SUBDIRS = src include po data pixmaps
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = config.h
|
1
astro/spacechart/pkg-comment
Normal file
1
astro/spacechart/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
SpaceChart is a star chart viewer for GNOME
|
8
astro/spacechart/pkg-descr
Normal file
8
astro/spacechart/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
SpaceChart is a program that allows you to see the stars in glorious
|
||||
3D and rotate them to see them from any point of view. You can also
|
||||
limit which stars you want to see, according to their spectral
|
||||
class and luminosity, and draw links between all stars closer than
|
||||
a certain distance.
|
||||
|
||||
WWW: http://zipi.fi.upm.es/~e970095/spacechart/
|
||||
Author: Miguel Coca <e970095@zipi.fi.upm.es>
|
4
astro/spacechart/pkg-plist
Normal file
4
astro/spacechart/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/spacechart
|
||||
share/locale/es/LC_MESSAGES/spacechart.mo
|
||||
share/gnome/spacechart/gliese.dat
|
||||
@dirrm share/gnome/spacechart
|
Loading…
Reference in New Issue
Block a user