6ad5c2c11a
StarPlot is a program for UNIX-like operating systems that allows you to view charts of the relative 3-dimensional positions of stars in space.
22 lines
627 B
Makefile
22 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/02/27 14:51:26 wiz Exp $
|
|
|
|
DISTNAME= starplot-0.95.5
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= http://starplot.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://starplot.org/
|
|
COMMENT= 3-dimensional star chart viewer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bison msgfmt pkg-config
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|