pkgsrc/graphics/gtkam/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

29 lines
884 B
Makefile

# $NetBSD: Makefile,v 1.82 2020/01/18 23:32:13 rillig Exp $
#
DISTNAME= gtkam-0.1.18
PKGREVISION= 29
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gphoto.sourceforge.net/proj/gtkam/
COMMENT= Digital camera access graphical client (GTK2)
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= intltool pkg-config perl msgfmt
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-bonobo
CONFIGURE_ARGS+= --without-bonobo-activation
CONFIGURE_ARGS+= --without-gnome
CONFIGURE_ARGS+= --without-gimp
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../graphics/libexif-gtk/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"