diff options
Diffstat (limited to 'wm/scwm/Makefile')
-rw-r--r-- | wm/scwm/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/wm/scwm/Makefile b/wm/scwm/Makefile new file mode 100644 index 00000000000..261cd2fc9be --- /dev/null +++ b/wm/scwm/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +# + +DISTNAME= scwm-0.9 +CATEGORIES= x11 wm +MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://scwm.mit.edu/ + +DEPENDS+= guile>=1.3.2:../../lang/guile +DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gtar-1.12:../../archivers/gtar +DEPENDS+= readline>=4.0:../../devel/readline + +BROKEN= Current release does not work with guile-1.4.0. + +EVAL_PREFIX+= GTKDIR=gtk+ +CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ + --with-gtk-prefix="${GTKDIR}" \ + --enable-multibyte + +USE_X11BASE= YES +USE_XPM= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" |