sthen 22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00

38 lines
834 B
Makefile

# $OpenBSD: Makefile,v 1.5 2019/05/17 16:45:28 sthen Exp $
COMMENT = freedesktop-compliant menu for openbox and tint2
CATEGORIES = x11
GH_ACCOUNT = johanmalm
GH_PROJECT = jgmenu
GH_TAGNAME = v2.1
REVISION = 1
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xrandr c cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 iconv intl lzma m menu-cache pango-1.0
WANTLIB += pangocairo-1.0 png pthread rsvg-2 xml2 z
# base-gcc does not understand all the warnings
COMPILER = base-clang ports-gcc
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_BUILDDEP = No
MODPY_SETUPTOOLS = No
LIB_DEPENDS = x11/gnome/librsvg \
x11/menu-cache
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
CONFIGURE_STYLE = none
USE_GMAKE = Yes
MAKE_FLAGS = VERBOSE=1
.include <bsd.port.mk>