diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/sky2000/Makefile | 26 | ||||
-rw-r--r-- | astro/sky2000/distinfo | 2 | ||||
-rw-r--r-- | astro/sky2000/pkg-descr | 4 | ||||
-rw-r--r-- | astro/sky2000/pkg-plist | 19 |
5 files changed, 52 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 48cb79afaed5..bcb8735a4e81 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -51,6 +51,7 @@ SUBDIR += saoimage SUBDIR += sattrack SUBDIR += setiathome + SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += squeuer SUBDIR += sscalc diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile new file mode 100644 index 000000000000..7956267d7274 --- /dev/null +++ b/astro/sky2000/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: sky2000 +# Date created: Apr 16, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sky2000 +PORTVERSION= 0.2 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nova + +MAINTAINER= ports@FreeBSD.org +COMMENT= A binary representation of the Sky2000 star catalog + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +DATADIR= ${PREFIX}/share/nova + +post-patch: + @${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/astro/sky2000/distinfo b/astro/sky2000/distinfo new file mode 100644 index 000000000000..c35c3b4bbf4a --- /dev/null +++ b/astro/sky2000/distinfo @@ -0,0 +1,2 @@ +MD5 (sky2000-0.2.tar.gz) = 38eab9f29cb2f68f78cc3efc99117432 +SIZE (sky2000-0.2.tar.gz) = 9159197 diff --git a/astro/sky2000/pkg-descr b/astro/sky2000/pkg-descr new file mode 100644 index 000000000000..3f6a21d4f56e --- /dev/null +++ b/astro/sky2000/pkg-descr @@ -0,0 +1,4 @@ +Sky2000 Binary Catalog + +This is a binary representation of some of the fields in the the +Sky2000 star catalog. diff --git a/astro/sky2000/pkg-plist b/astro/sky2000/pkg-plist new file mode 100644 index 000000000000..f101f2e2401a --- /dev/null +++ b/astro/sky2000/pkg-plist @@ -0,0 +1,19 @@ +%%DATADIR%%/catalogs/sky2000/sky2000-m10.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m11.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m12.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m13.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m14.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m15.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m16.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m17.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m18.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m19.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m20.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m6.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m7.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m8.noc +%%DATADIR%%/catalogs/sky2000/sky2000-m9.noc +%%DATADIR%%/catalogs/sky2000.ncd +@dirrm %%DATADIR%%/catalogs/sky2000 +@dirrm %%DATADIR%%/catalogs +@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true |