pkgsrc-wip/gurlchecker/Makefile
Julio Merino 8e663df612 Blindly bl3ify this package, since some bl2 files are gone (sorry, I don't
have the time to test right now... but may be looking at them slowly during
the following days).

To maintainers of this package, if you read this, please:
- Add explicit inclusion of bl3 files for all packages used directly by this
  one.  This includes pkgconfig!
- Depend on intltool's bl3.mk file if the package comes with intltool builtin.
- Test ;-)
2004-02-24 17:11:55 +00:00

23 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/02/24 17:11:57 jmmv Exp $
#
DISTNAME= gurlchecker-0.4.1
CATEGORIES= www gnome2
MASTER_SITES= http://savannah.nongnu.org/download/gurlchecker/stable/0.4/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nongnu.org/gurlchecker/
COMMENT= Gnome2 program to check a page/website for broken links
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
BUILD_USES_MSGFMT= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_X11= yes
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"