summaryrefslogtreecommitdiff
path: root/wm/afterstep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/afterstep/Makefile')
-rw-r--r--wm/afterstep/Makefile56
1 files changed, 15 insertions, 41 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index 414b8fa994f..545a8fc0d9b 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,49 +1,23 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:22 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/01/14 13:37:53 jmmv Exp $
+#
-DISTNAME= AfterStep-1.8.11
-PKGNAME= afterstep-1.8.11
-PKGREVISION= 2
-CATEGORIES= x11 wm
-MASTER_SITES= ftp://ftp.afterstep.org/stable/ \
- ftp://ftp.digex.net/pub/X11/window-managers/afterstep/AfterStep/stable/
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= AfterStep-2.00.01
+PKGNAME= ${DISTNAME:S/AfterStep/afterstep/}
+CATEGORIES= wm
+MASTER_SITES= ftp://ftp.afterstep.org/stable/
-MAINTAINER= fredb@NetBSD.org
-HOMEPAGE= http://www.afterstep.org/
-COMMENT= NeXT-like window manager for X11
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.afterstep.org/
+COMMENT= Window manager based on the look and feel of the NeXTStep interface
-DEPENDS+= asclock-[0-9]*:../../time/asclock
-DEPENDS+= xp-[0-9]*:../../x11/xp
+PKG_INSTALLATION_TYPES= overwrite pkgviews
-AUTOCONF_REQD= 2.13
-USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK3= YES
+USE_DIRS+= gnome2-1.5
+USE_GNU_TOOLS+= make
+USE_PERL5= run
USE_X11= YES
-CONFIGURE_ARGS+= --disable-staticlibs
-CONFIGURE_ARGS+= --disable-xinerama
-CONFIGURE_ARGS+= --with-helpcommand=xpman
-CONFIGURE_ARGS+= --with-xpm-includes='${BUILDLINK_DIR}/include/X11'
-CONFIGURE_ENV+= PERL='${LOCALBASE}/bin/perl'
-CONFIGURE_ENV+= ac_cv_prog_sgmltools='no'
-
-post-patch:
- for i in `${FIND} ${WRKSRC} -name "*.man" -print` \
- ${WRKSRC}/autoconf/Makefile.common.in; do \
- ${MV} $$i $$i.orig ;\
- ${SED} -e 's|/usr/local/|${PREFIX}/|g' -e 's|1x|1|g' < $$i.orig > $$i ; \
- done
-
-pre-configure:
- cd ${WRKSRC} && \
- ${AUTOCONF} --localdir=autoconf autoconf/configure.in > configure; \
- ${CHMOD} 755 configure; \
- ${AUTOHEADER} --localdir=autoconf autoconf/configure.in > autoconf/config.h.in;
-
-.include "../../audio/rplay/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/autoconf.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"