From 0014e5f5206231f077c8b8b68f19df4cec1d112b Mon Sep 17 00:00:00 2001 From: cheusov Date: Sun, 21 Oct 2012 11:35:51 +0000 Subject: Fix pkglint warnings; Add LICENSE --- misc/siag/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'misc/siag') diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 83a389e7198..8fb1a30d70c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.58 2012/10/08 09:57:37 asau Exp $ +# $NetBSD: Makefile,v 1.59 2012/10/21 11:35:51 cheusov Exp $ # -DISTNAME= siag-3.6.1 -PKGREVISION= 3 -CATEGORIES= misc editors math textproc -MASTER_SITES= http://siag.nu/pub/siag/ +DISTNAME= siag-3.6.1 +PKGREVISION= 3 +CATEGORIES= misc editors math textproc +MASTER_SITES= http://siag.nu/pub/siag/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://siag.nu/ +HOMEPAGE= http://siag.nu/ COMMENT= Poor man's office suite with spreadsheet, word processor, etc +LICENSE= gnu-gpl-v2 #DEPENDS+= gv>=3.5.8nb1:../../print/gv #DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot @@ -16,7 +17,7 @@ COMMENT= Poor man's office suite with spreadsheet, word processor, etc GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-x CONFIGURE_ARGS+=--with-guile -CONFIGURE_ARGS+=--with-docdir=${PREFIX:Q}/share/doc/siag +CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3