- use LIBTOOL_FLAGS=--tag=disable-static to avoid building useless static libs. - add a MODXFCE_PURGE_LA variable holding the list of dirs to purge from libtool archive useless files. - add a MODXFCE4_post-install hook in xfce4.port.mk to purge the la files. This requires bsd.port.mk r1.1201. - remove --disable-linker-opts now that --as-needed seems to work fine - fix WANTLIB (mostly adding harfbuzz icudata icule icuuc in lots of places) - update PLISTs: remove @comment'ed static/la files, redundant dirs ok sthen@ ajacoutot@
25 lines
562 B
Makefile
25 lines
562 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/01/02 17:12:23 landry Exp $
|
|
|
|
COMMENT= Xfce4 settings daemon
|
|
|
|
XFCE_PROJECT= xfconf
|
|
SHARED_LIBS = xfconf-0 0.0
|
|
REVISION = 0
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
LIB_DEPENDS= x11/xfce4/libxfce4util>=4.9.0 \
|
|
x11/dbus-glib
|
|
|
|
CONFIGURE_ARGS= --disable-perl-bindings --disable-linker-opts
|
|
|
|
WANTLIB += c dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 pcre pthread xfce4util z
|
|
|
|
.include <bsd.port.mk>
|