diff options
Diffstat (limited to 'graphics/gif2png/Makefile')
-rw-r--r-- | graphics/gif2png/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index ea5548cb8ef..12f331f2bac 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2021/06/06 12:18:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.75 2021/07/13 11:36:33 bsiegert Exp $ DISTNAME= gif2png-3.0.0 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= graphics #MASTER_SITES= https://gitlab.com/esr/gif2png/-/archive/master/ MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -11,8 +11,7 @@ HOMEPAGE= https://gitlab.com/esr/gif2png/ COMMENT= Convert GIFs to PNG format LICENSE= modified-bsd -GO_SRCPATH= gitlab.com/esr/gif2png -GO_DIST_BASE= ${DISTNAME} +GO_BUILD_PATTERN= . TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto @@ -30,9 +29,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/gif2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA} ${WRKSRC}/web2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.include "../../security/go-crypto/buildlink3.mk" -.include "../../devel/go-sys/buildlink3.mk" - -.include "../../lang/go/go-package.mk" +.include "../../lang/go/go-module.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |