opnsense-ports/astro/starplot/Makefile
Franco Fichtner c6e96193e7 */*: sync with upstream
Taken from: FreeBSD
2023-03-03 12:35:16 +01:00

22 lines
506 B
Makefile

PORTNAME= starplot
PORTVERSION= 0.95.5
PORTREVISION= 10
CATEGORIES= astro
MASTER_SITES= http://starplot.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= 3-dimensional viewer for star charts
WWW= http://www.starplot.org/
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>