pkgsrc-wip/giggle/Makefile
Thomas Klausner ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00

30 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/05/19 09:00:08 thomasklausner Exp $
#
DISTNAME= giggle-0.4.91
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/giggle/0.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://live.gnome.org/giggle
COMMENT= GTK2 graphical frontend to git SCM tool
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config intltool
USE_DIRS+= xdg-1.4
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"