aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ecg2png
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-04-05 23:05:52 +0800
committerkevlo <kevlo@FreeBSD.org>2001-04-05 23:05:52 +0800
commit346c0315e0a20eb96462cf5e0bbb78d7a93352e1 (patch)
tree1f7f576250fe35a0ff8aff60479bbf1e0cc99964 /graphics/ecg2png
parenta26c8411f187f94a72a9db1f72b91b14b2890422 (diff)
downloadfreebsd-ports-gnome-346c0315e0a20eb96462cf5e0bbb78d7a93352e1.tar.gz
freebsd-ports-gnome-346c0315e0a20eb96462cf5e0bbb78d7a93352e1.tar.zst
freebsd-ports-gnome-346c0315e0a20eb96462cf5e0bbb78d7a93352e1.zip
- Fix MASTER_SITES
- Support LOCALBASE properly PR: 26331 Submitted by: Ports Fury
Diffstat (limited to 'graphics/ecg2png')
-rw-r--r--graphics/ecg2png/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile
index 552dabdf20cd..278cfe6875f2 100644
--- a/graphics/ecg2png/Makefile
+++ b/graphics/ecg2png/Makefile
@@ -9,18 +9,18 @@ PORTNAME= ecg2png
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ftp://www.cardiothink.com/pub/
+MASTER_SITES= http://www.cardiothink.com/downloads/ecg2png/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
-USE_QT_VER= 2
WRKSRC= ${WRKDIR}/${PORTNAME}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
-QTCPPFLAGS+= -I/usr/local/include/gd
+
+USE_QT_VER= 2
+QTCPPFLAGS+= -I${LOCALBASE}/include/gd
USE_GMAKE= yes
USE_AUTOMAKE= yes
+CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
.include <bsd.port.mk>