summaryrefslogtreecommitdiff
path: root/graphics/ecg2png/Makefile
blob: 552dabdf20cd7ecd069798d74cb2a178983128a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	ecg2png
# Date created:				Sun 2 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	ecg2png
PORTVERSION=	0.30
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	ftp://www.cardiothink.com/pub/

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_GMAKE=	yes
USE_AUTOMAKE=	yes

.include <bsd.port.mk>