mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
7facac523b
(einekoai@chello.nl -> kwm@rainbow-runner.nl) PR: 61447 Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer) Approved by: erwin (mentor) (implicitly)
27 lines
679 B
Makefile
27 lines
679 B
Makefile
# New ports collection makefile for: gURLChecker
|
|
# Date created: 06 Jun 2003
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gurlchecker
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
|
http://labs.libre-entreprise.org/download.php/57/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/stable/0.6
|
|
|
|
MAINTAINER= kwm@rainbow-runner.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>
|