mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
10109b3304
Approved by: portmgr (blanket)
24 lines
546 B
Makefile
24 lines
546 B
Makefile
PORTNAME= starplot
|
|
PORTVERSION= 0.95.5
|
|
PORTREVISION= 11
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$$(docdir)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|