Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/ham/grig/Makefile 2010/09/14 11:02:07 1.20 +++ pkgsrc/ham/grig/Makefile 2021/12/08 16:05:11 1.57 @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2010/09/14 11:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2021/12/08 16:05:11 adam Exp $ # -DISTNAME= grig-0.7.2 -PKGREVISION= 3 +DISTNAME= grig-0.8.1 +PKGREVISION= 12 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} -MAINTAINER= wulf@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries - -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config @@ -18,4 +17,5 @@ GNU_CONFIGURE= yes .include "../../ham/hamlib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"