there may be some missing as my unpacked ports source is a little out of date but this should catch the main things people might run into the struct was reordered a second time in sysctl.h r1.192 to improve compatibility but amd64 snapshot packages made it out before that happened so the bumps are still needed
28 lines
785 B
Makefile
28 lines
785 B
Makefile
# $OpenBSD: Makefile,v 1.27 2019/06/25 20:25:24 sthen Exp $
|
|
|
|
COMMENT= Xfce4 task manager and system monitor
|
|
|
|
XFCE_VERSION= 1.2.2
|
|
XFCE_GOODIE= xfce4-taskmanager
|
|
REVISION= 2
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 XRes Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xmu Xrandr Xrender Xt atk-1.0 atk-bridge-2.0 c cairo
|
|
WANTLIB += cairo-gobject epoxy expat ffi fontconfig freetype fribidi
|
|
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz iconv intl m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread wnck-3
|
|
WANTLIB += xcb xcb-render xcb-shm z
|
|
|
|
MODULES= x11/xfce4
|
|
MODXFCE_DESKTOP_FILE= Yes
|
|
|
|
LIB_DEPENDS= x11/gtk+3 \
|
|
devel/libwnck3
|
|
|
|
|
|
.include <bsd.port.mk>
|