summaryrefslogtreecommitdiffstats
path: root/package/lesstif/lesstif.mk
blob: fb04a9eea32b24149007dbc241ed8accb5264ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
################################################################################
#
# lesstif
#
################################################################################
LESSTIF_VERSION = 0.95.2
LESSTIF_SOURCE = lesstif-$(LESSTIF_VERSION).tar.bz2
LESSTIF_SITE = http://downloads.sourceforge.net/project/lesstif/lesstif/$(LESSTIF_VERSION)
LESSTIF_INSTALL_STAGING = YES
LESSTIF_DEPENDENCIES = \
	xlib_libXt \
	xlib_libXext \
	freetype
LESSTIF_LICENSE = LGPLv2+
LESSTIF_LICENSE_FILES = COPYING.LIB
LESSTIF_CONF_OPTS = \
	--with-gnu-ld \
	--with-freetype-config=$(STAGING_DIR)/usr/bin/freetype-config \
	--enable-production=yes	\
	--enable-build-tests=no \
	--no-recursion

# Reduces the buggy makefile to the smallest possible (and working) thing
define LESSTIF_NOMAN2HTML
	echo "all:" > $(@D)/doc/Makefile
	echo "" >> $(@D)/doc/Makefile
	echo "install:" >> $(@D)/doc/Makefile
	echo "" >> $(@D)/doc/Makefile
	echo "clean:" >> $(@D)/doc/Makefile
endef

# Prevents to copy ac_find_motif.m4 on target, it would else
# be created at $(TARGET_DIR)/$(TOPDIR)/output/host/usr/share/aclocal/ac_find_motif.m4
define LESSTIF_FIXACLOCAL
	sed -i -e "/install-data-am: install-aclocalDATA/d" $(@D)/scripts/autoconf/Makefile
endef

LESSTIF_POST_CONFIGURE_HOOKS += LESSTIF_NOMAN2HTML
LESSTIF_POST_CONFIGURE_HOOKS += LESSTIF_FIXACLOCAL

$(eval $(autotools-package))
OpenPOWER on IntegriCloud