Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/matchbox-panel-manager/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/matchbox-panel-manager/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.10 diff -u -p -r1.4 -r1.10 --- pkgsrc/x11/matchbox-panel-manager/Makefile 2006/03/04 21:31:10 1.4 +++ pkgsrc/x11/matchbox-panel-manager/Makefile 2009/07/22 09:01:54 1.10 @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:31:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:54 wiz Exp $ # DISTNAME= matchbox-panel-manager-0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 -MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-panel-manager/0.1/ +MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel-manager/0.1/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://projects.o-hand.com/matchbox/ +HOMEPAGE= http://matchbox-project.org/ COMMENT= Manager panel for the Matchbox desktop -USE_DIRS+= gnome2-1.5 +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes .include "../../devel/libmatchbox/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk"