diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-11 23:04:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-11 23:04:48 +0000 |
commit | 81986efba6ac3e1bc354cfb30df5b4887b83d59e (patch) | |
tree | 524b97b96b3758ae83cd64f2580eb6a8f49b60af /math/gcalctool/Makefile | |
parent | 1aab474ccd4a8553c65ffa3925b5a627f13ffe8c (diff) | |
download | pkgsrc-81986efba6ac3e1bc354cfb30df5b4887b83d59e.tar.gz |
- Use schemas.mk to handle GConf2 schemas properly.
- Use omf.mk to handle scrollkeeper omf files properly.
- Depend on gnome2-dirs to handle shared directories.
- Sort PLIST while here.
- Bump PKGREVISION to 1.
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 749612a5cd6..fdbacbfb030 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/06/06 18:26:50 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/11 23:04:48 jmmv Exp $ # DISTNAME= gcalctool-4.2.83 +PKGREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calctool/} @@ -10,6 +11,7 @@ HOMEPAGE= http://calctool.sourceforge.net/ COMMENT= gtk2+ version of calctool BUILD_USES_MSGFMT= YES +DEPENDS+= gnome-dirs>=1.2:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK2= YES @@ -17,9 +19,12 @@ USE_GMAKE= YES USE_X11= YES USE_PKGLOCALEDIR= yes +GCONF2_SCHEMAS= gcalctool.schemas + .include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/GConf2/schemas.mk" .include "../../devel/libgnome/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" |