freebsd-ports/astro/sky2000/Makefile
Ying-Chieh Liao 8975874775 add sky2000 0.2
A binary representation of the Sky2000 star catalog
2004-04-16 01:41:58 +00:00

26 lines
502 B
Makefile

# 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>