pkgsrc/wm/flwm/Makefile
abs 701f8ce0f5 Update flwm from 1.00 to 1.02
*  Fixes to the code to compile cleanly with the newest versions
      of fltk1 and fltk2.0.
    * Fltk1 version did not draw ampersands in the popup menu, and
      Alt+Tab did not dismiss the menu when you released the Alt key.
2007-01-05 16:59:57 +00:00

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.22 2007/01/05 16:59:57 abs Exp $
#
DISTNAME= flwm-1.02
CATEGORIES= x11 wm
MASTER_SITES= http://flwm.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://flwm.sourceforge.net/
COMMENT= The Fast, Light Window Manager
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ENV+= X_LIBS="-lGL"
MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}
CXXFLAGS+= -DFLTK_1_0_COMPAT
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"