Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/ham/grig/Makefile 2005/09/26 15:06:29 1.8 +++ pkgsrc/ham/grig/Makefile 2023/11/14 14:02:16 1.63 @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.8 2005/09/26 15:06:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.63 2023/11/14 14:02:16 wiz Exp $ -DISTNAME= grig-0.4.3 -PKGREVISION= 1 +DISTNAME= grig-0.8.1 +PKGREVISION= 17 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} -MAINTAINER= wulf@NetBSD.org -HOMEPAGE= http://groundstation.sourceforge.net/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries +LICENSE= gnu-gpl-v2 + +BROKEN= "Does not support hamlib 4.5" USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= YES .include "../../ham/hamlib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"