diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:48:57 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:48:57 +0000 |
commit | e6b4b15a1e1083b45da7e20cc6f1539d0de1f7e1 (patch) | |
tree | 006daa4552cd5258ca3c7fe738f5481c3405d008 /wm/afterstep | |
parent | b074410c0b99f310928aff64936a883792aa7180 (diff) | |
download | pkgsrc-e6b4b15a1e1083b45da7e20cc6f1539d0de1f7e1.tar.gz |
Converted to use buildlink stuff
Diffstat (limited to 'wm/afterstep')
-rw-r--r-- | wm/afterstep/Makefile | 16 | ||||
-rw-r--r-- | wm/afterstep/distinfo | 3 | ||||
-rw-r--r-- | wm/afterstep/patches/patch-ac | 17 |
3 files changed, 7 insertions, 29 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index 0617cb2142e..0e9d81b176e 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/30 09:48:57 zuntum Exp $ DISTNAME= AfterStep-1.8.8 PKGNAME= afterstep-1.8.8 @@ -12,28 +12,20 @@ HOMEPAGE= http://www.afterstep.org/ COMMENT= NeXT-like window manager for X11 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.11:../../graphics/png -DEPENDS+= rplay>=3.3.2:../../audio/rplay # XXX # XXX The following would be "RUN_DEPENDS," if we had such a thing. # XXX DEPENDS+= asclock-[0-9]*:../../time/asclock DEPENDS+= xp-*:../../x11/xp +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PERL5= YES USE_X11= YES -USE_XPM= YES CONFIGURE_ARGS+= --disable-staticlibs CONFIGURE_ARGS+= --with-helpcommand="xpman" -CONFIGURE_ARGS+= --with-jpeg-includes=${LOCALBASE}/include -CONFIGURE_ARGS+= --with-jpeg-lib=${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include -CONFIGURE_ARGS+= --with-png-lib=${LOCALBASE}/lib -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} post-patch: for i in `${FIND} ${WRKSRC} -name "*.man" -print` \ @@ -48,4 +40,8 @@ pre-configure: ${CHMOD} 755 configure; \ autoheader --localdir=autoconf autoconf/configure.in > autoconf/config.h.in; +.include "../../audio/rplay/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/afterstep/distinfo b/wm/afterstep/distinfo index 24045a19788..c7cad4d7832 100644 --- a/wm/afterstep/distinfo +++ b/wm/afterstep/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.2 2001/04/17 14:14:47 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/30 09:48:57 zuntum Exp $ SHA1 (AfterStep-1.8.8.tar.bz2) = 571025239499cdde57307f3d35018311a3e68e63 Size (AfterStep-1.8.8.tar.bz2) = 1122482 bytes SHA1 (patch-aa) = 79d732f26da21d069a53443e3799730733bc050b SHA1 (patch-ab) = 24c9f8569c88ea661cc6eb79390b5ecc825500b4 -SHA1 (patch-ac) = 46a57e819fa2893041e90fa37c5453173df29fa5 SHA1 (patch-ad) = e0e5cd8182bdf7b3b6ada61e58a2a2c0dd4e243c SHA1 (patch-ae) = 995ec52cbdc08d55277dc3c8dbaee0355d48e1aa SHA1 (patch-af) = 7e1cd2b8e184fca8ee38cae2c02dc1520b899d37 diff --git a/wm/afterstep/patches/patch-ac b/wm/afterstep/patches/patch-ac deleted file mode 100644 index 43f1aa074e2..00000000000 --- a/wm/afterstep/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2001/03/11 19:58:59 fredb Exp $ - ---- src/Audio/Makefile.in.orig Fri Oct 20 06:27:55 2000 -+++ src/Audio/Makefile.in Sun Mar 11 15:03:38 2001 -@@ -4,9 +4,9 @@ - # are correct for your rplay installation. - # - --#EXTRA_DEFINES = -DHAVE_RPLAY --#EXTRA_INCLUDES = -I/usr/local/include --#EXTRA_LIBRARIES = -L/usr/local/lib -lrplay -+EXTRA_DEFINES = -DHAVE_RPLAY -+EXTRA_INCLUDES = -I${LOCALBASE}/include -+EXTRA_LIBRARIES = -L${LOCALBASE}/lib -lrplay - - OBJS = Audio.o - |