1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/astro/starplot/Makefile
2021-04-06 16:31:07 +02:00

24 lines
519 B
Makefile

# Created by: Patrick Li <pat@databits.net>
PORTNAME= starplot
PORTVERSION= 0.95.5
PORTREVISION= 9
CATEGORIES= astro
MASTER_SITES= http://starplot.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= 3-dimensional viewer for star charts
OPTIONS_DEFINE= DOCS EXAMPLES
USES= compiler:c++11-lang gmake gnome localbase:ldflags pathfix \
gettext pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|$$(docdir)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/configure
.include <bsd.port.mk>