diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-23 13:54:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-23 13:54:46 +0000 |
commit | fa1eaffa61ccd0bfdabf32d0e6abe951e6046c13 (patch) | |
tree | 1923f0a0df41650a19136e2c2946ea046a1add22 /time/gnotime/Makefile | |
parent | 467c75be08bd2a34acdcb4054f94cae333f590bf (diff) | |
download | pkgsrc-fa1eaffa61ccd0bfdabf32d0e6abe951e6046c13.tar.gz |
Update to 2.2.0nb1:
- Capitalize comment and s/gnome/GNOME/.
- Sort USE_* section alphabetically.
- Register gnotime.schemas into GConf2's database.
- Register documentation into scrollkeeper's database.
- Add explicit run dependencies on everything used by this package directly.
- Also add some missing build dependencies: intltool and pkgconfig.
- Drop dependency on guile-gtk: it's used nowhere.
- Add missing files to PLIST.
Diffstat (limited to 'time/gnotime/Makefile')
-rw-r--r-- | time/gnotime/Makefile | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 93b39881f7d..3d75ba28526 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,25 +1,37 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 06:51:00 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/23 13:54:46 jmmv Exp $ DISTNAME= gnotime-2.2.0 -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= time gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gttr/} MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://gttr.sourceforge.net/ -COMMENT= time tracker for gnome2 +COMMENT= Time tracker for GNOME2 -USE_X11= yes -USE_GNU_TOOLS+= make -USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes + +GCONF2_SCHEMAS= gnotime.schemas +.include "../../devel/GConf2/schemas.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../www/gtkhtml3/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" -.include "../../devel/guile-gtk/buildlink3.mk" +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../www/gtkhtml3/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |