d6eb448071
- 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@
31 lines
719 B
Makefile
31 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/01/02 17:12:21 landry Exp $
|
|
|
|
COMMENT = Xfce4 freedesktop.org compliant menu implementation
|
|
|
|
XFCE_PROJECT = garcon
|
|
XFCE_VERSION = 0.2.0
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS += garcon-1 0.0
|
|
|
|
HOMEPAGE= http://www.xfce.org/projects/libraries/
|
|
|
|
MASTER_SITES ?= http://archive.xfce.org/src/libs/${XFCE_PROJECT:L}/${XFCE_BRANCH}/
|
|
|
|
# LGPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES = x11/xfce4
|
|
LIB_DEPENDS = x11/xfce4/libxfce4util
|
|
WANTLIB = xfce4util gio-2.0 gmodule-2.0 glib-2.0 gobject-2.0 gthread-2.0 \
|
|
pcre pthread z ffi
|
|
|
|
BUILD_DEPENDS = x11/gtk+2
|
|
|
|
FAKE_FLAGS = menudir=${PREFIX}/share/examples/garcon
|
|
|
|
.include <bsd.port.mk>
|