1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/astro/sky2000/Makefile
Alexey Dokuchaev a8c8578d56 For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT.  Whenever appropriate, cleanup Makefiles a bit as well.
2013-02-25 11:09:19 +00:00

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>