pkgsrc/graphics/girara/Makefile
leot 220f52642e Import girara-0.2.5 as graphics/girara.
girara is a library that implements a user interface that focuses on simplicity
and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
provides an interface that focuses on three main components: A so-called view
widget that represents the actual application (e.g. a website (browser), an
image (image viewer) or the document (document viewer)), an input bar that is
used to execute commands of the application and the status bar which provides
the user with current information. girara was designed to replace and enhance
the user interface that is used by zathura and jumanji and other features that
those applications share.

Packaged in pkgsrc-wip by degroote@.
2016-02-14 13:38:37 +00:00

25 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/02/14 13:38:37 leot Exp $
#
DISTNAME= girara-0.2.5
CATEGORIES= x11
MASTER_SITES= http://pwmt.org/projects/girara/download/
MAINTAINER= degroote@NetBSD.org
HOMEPAGE= http://pwmt.org/projects/girara/
COMMENT= Library to develop simple and minimalist user interface
LICENSE= zlib
USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Fixing install invocation
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e '/install.*\.so.*/ s;install -m 644;${INSTALL_LIB:Q};'
MAKE_ENV+= COLOR=0
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"