diff options
Diffstat (limited to 'time/gnotime/Makefile')
-rw-r--r-- | time/gnotime/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile new file mode 100644 index 00000000000..93b39881f7d --- /dev/null +++ b/time/gnotime/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 06:51:00 jdolecek Exp $ + +DISTNAME= gnotime-2.2.0 +PKGREVISION= # empty +CATEGORIES= time gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gttr/} + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://gttr.sourceforge.net/ +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 + +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../www/gtkhtml3/buildlink3.mk" +.include "../../lang/guile/buildlink3.mk" +.include "../../devel/guile-gtk/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |