Files
espie 16c559ab88 libindicator/libappindicator may be properly added "any time now"
in the meantime, UNLINKED = indicator
2023-11-12 10:54:12 +00:00

37 lines
988 B
Makefile

V = 12.10.1
COMMENT = convenience functions for desktop indicators
UNLINKED = indicator
DISTNAME = libindicator-${V}
CATEGORIES = x11
SHARED_LIBS += indicator3 0.0 # 7.0
HOMPAGE = https://launchpad.net/libindicator
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# GPLv3 only
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
WANTLIB += c cairo cairo-gobject epoxy expat ffi fontconfig freetype
WANTLIB += fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gtk-3 harfbuzz iconv intl m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png xcb xcb-render
WANTLIB += xcb-shm z
COMPILER = base-clang ports-gcc
SITES = https://launchpad.net/libindicator/${V:R}/${V}/+download/
LIB_DEPENDS = x11/gtk+3
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-gtk=3
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>