mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sky2000
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF/nova/catalogs/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Binary representation of the Sky2000 star catalog
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
DATADIR= ${PREFIX}/share/nova
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|