freebsd-ports/www/gurlchecker/Makefile
Mario Sergio Fujikawa Ferreira 15534ed521 Update to 0.4.1
PR:		52992
Submitted by:	maintainer
2003-06-12 03:31:35 +00:00

24 lines
615 B
Makefile

# New ports collection makefile for: gURLChecker
# Date created: 06 Jun 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
PORTNAME= gurlchecker
PORTVERSION= 0.4.1
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>