diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 22:17:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 22:17:49 +0000 |
commit | 81575de46fcd0373d2ba4c5b11d2c2494c40807d (patch) | |
tree | b78492d5fc2251d5b1524517af8f44a9ddaad9c0 /www/gurlchecker/Makefile | |
parent | Upgrade to 4.10, the latest version. The usual few new hacks and bugfixes. (diff) |
Add gurlchecker, a GNOME program to check a page/website for broken links.
PR: 52847
Submitted by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'www/gurlchecker/Makefile')
-rw-r--r-- | www/gurlchecker/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile new file mode 100644 index 000000000000..905df3904326 --- /dev/null +++ b/www/gurlchecker/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gURLChecker +# Date created: 06 Jun 2003 +# Whom: Koop Mast <einekoai@chello.nl> +# +# $FreeBSD$ +# + +PORTNAME= gurlchecker +PORTVERSION= 0.4.0 +CATEGORIES= www gnome +MASTER_SITES= http://savannah.nongnu.org/download/gurlchecker/stable/0.4/ + +MAINTAINER= einekoai@chello.nl +COMMENT= A Gnome program to check a page/website for broken links + +USE_X_PREFIX= yes + +USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> |