ajacoutot 73177d4bf3 Stop setting CONFIGURE_STYLE in Makefile.inc but explicitely add it to ports
that need it; in the future more and more ports will move to meson build anyway.
I first though I'd set CONFIGURE_STYLE in gnome.port.mk but it's too fragile
(MODULES list must be sorted very carefully).
Less magic is good.

discussed with jasper@
2017-04-13 07:38:44 +00:00

25 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.4 2017/04/13 07:38:44 ajacoutot Exp $
COMMENT= thumbnailer for EPub and MOBI books
GNOME_PROJECT= gnome-epub-thumbnailer
GNOME_VERSION= 1.5
REVISION= 0
CATEGORIES= graphics
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += archive c gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += pthread xml2 intl
MODULES= x11/gnome
LIB_DEPENDS= archivers/libarchive \
graphics/gdk-pixbuf2
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>