36 lines
924 B
Makefile
36 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.49 2015/04/25 14:23:10 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= geeqie-1.1
|
|
PKGREVISION= 24
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geeqie/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://geeqie.sourceforge.net/
|
|
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
|
|
|
|
REPLACE_BASH= plugins/rotate/geeqie-rotate
|
|
REPLACE_BASH+= plugins/ufraw/geeqie-ufraw
|
|
REPLACE_BASH+= plugins/import/geeqie-import
|
|
|
|
post-build:
|
|
cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|