b48fb8c4aa
Closes #707 At the same time get rid of redundant (provided by Makefile.autotools.in) configure arguments. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
643 B
Makefile
22 lines
643 B
Makefile
#############################################################
|
|
#
|
|
# fltk
|
|
#
|
|
#############################################################
|
|
|
|
FLTK_VERSION = 1.1.7
|
|
FLTK_SOURCE = fltk-$(FLTK_VERSION)-source.tar.bz2
|
|
FLTK_SITE = http://ftp.easysw.com/pub/fltk/1.1.7/
|
|
FLTK_AUTORECONF = NO
|
|
FLTK_INSTALL_STAGING = YES
|
|
FLTK_INSTALL_TARGET = YES
|
|
|
|
FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
|
|
FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
|
|
|
|
FLTK_CONF_OPT = --enable-shared --enable-threads --with-x
|
|
|
|
FLTK_DEPENDENCIES = xserver_xorg-server xlib_libXt
|
|
|
|
$(eval $(call AUTOTARGETS,package,fltk))
|