pkgsrc/wm/flwm/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

20 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/06/02 01:16:15 jschauma Exp $
#
DISTNAME= flwm-1.00
CATEGORIES= x11 wm
MASTER_SITES= http://flwm.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://flwm.sourceforge.net/
COMMENT= The Fast, Light Window Manager
USE_BUILDLINK2= # defined
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= X_LIBS="-lGL"
.include "../../x11/fltk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"