pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

grass: forgot to add in the details



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sat Oct 5 14:09:19 2024 -0400
Changeset:	dd678a093d33b5c5914e78ac2cc9dd7c445a3e7e

Modified Files:
	grass/Makefile

Log Message:
grass: forgot to add in the details

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd678a093d33b5c5914e78ac2cc9dd7c445a3e7e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 grass/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/grass/Makefile b/grass/Makefile
index 8ac7503f2e..a9bc6d487b 100644
--- a/grass/Makefile
+++ b/grass/Makefile
@@ -2,14 +2,14 @@
 
 GITHUB_PROJECT=	grass
 DISTNAME=	grass-8.4.0
-CATEGORIES=	# TODO: add primary category
+CATEGORIES=	geography
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OSGeo/}
 GITHUB_RELEASE=	8.4.0
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	ktnb%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/OSGeo/grass/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	Geographic Information System
+LICENSE=	gnu-gpl-v2
 
 WRKSRC=			${WRKDIR}/grass
 GNU_CONFIGURE=		yes
@@ -20,9 +20,12 @@ USE_TOOLS+=		gmake
 
 PKGCONFIG_OVERRIDE+=	grass.pc.in
 
+
+
 do-build:
 	cd ${WRKSRC}/lib/pngdriver && ${GMAKE}
 
+.include "../../lang/python/application.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../geography/gdal-lib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index