35 lines
923 B
Makefile
35 lines
923 B
Makefile
# $NetBSD: Makefile,v 1.93 2021/12/08 16:04:52 adam Exp $
|
|
|
|
DISTNAME= geeqie-1.6
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.geeqie.org/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.geeqie.org/
|
|
COMMENT= Image viewer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS.SunOS+= -lm -lsocket -lnsl
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS= bash:run gmake intltool msgfmt pkg-config automake autoconf autoreconf
|
|
|
|
REPLACE_BASH+= plugins/*/*
|
|
REPLACE_BASH+= gen_changelog.sh
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../graphics/lcms2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
BUILDLINK_API_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.20.10nb4
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|