Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

22
misc/starplot/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $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"