diff options
author | agc <agc@pkgsrc.org> | 2004-09-30 11:36:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-09-30 11:36:33 +0000 |
commit | a56771a4936f32cf8593f247063e107699042d16 (patch) | |
tree | 20184467729afd53e0668cb46244395a8c68296a /wm/matchbox/Makefile | |
parent | 6a1bfc236ca4c5a71cdc81f1ae9ffb95a35a71fb (diff) | |
download | pkgsrc-a56771a4936f32cf8593f247063e107699042d16.tar.gz |
Update the matchbox window manager to version 0.8.4.
The old distfile had gone, and there have been many enhancements and bug
fixes.
matchbox now takes advantage of a separate libmatchbox package.
Diffstat (limited to 'wm/matchbox/Makefile')
-rw-r--r-- | wm/matchbox/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index 062f54448c2..4e878fb77a3 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.12 2004/03/10 14:12:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/30 11:36:33 agc Exp $ # -DISTNAME= matchbox-0.3.6 +DISTNAME= matchbox-window-manager-0.8.4 +PKGNAME= matchbox-0.8.4 CATEGORIES= wm x11 -MASTER_SITES= http://handhelds.org/~mallum/downloadables/matchbox/ +MASTER_SITES= http://matchbox.handhelds.org/sources/matchbox-window-manager/0.8/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://handhelds.org/~mallum/matchbox/ +HOMEPAGE= http://matchbox.handhelds.org/ COMMENT= Window manager designed for computers with small displays -USE_BUILDLINK3= YES -USE_X11= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_X11= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +.include "../../devel/libmatchbox/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" -.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |