pkgsrc-wip/fluxspace/Makefile
Soren Jacobsen 084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00

28 lines
759 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/02/17 02:55:19 blef Exp $
#
DISTNAME= fluxspace-0.0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxspace/}
MAINTAINER= poff@sixbit.org
COMMENT= Fluxbox workspace manager, environment
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
CONFIGURE_ENV+= PYTHON="${LOCALBASE}/bin/python2.2"
CONFIGURE_ENV+= PYTHON_LDFLAGS="${BUILDLINK_LDFLAGS.python22}"
.include "../../textproc/py-xml/buildlink2.mk"
.include "../../devel/swig/buildlink2.mk"
.include "../../graphics/imlib2/buildlink2.mk"
.include "../../lang/python22/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"