summaryrefslogblamecommitdiff
path: root/graphics/ecg2png/Makefile
blob: 0daa3c6d05072d5710bba7f9c3243d7781431606 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                      
                 
                        
                                                             
 

                                                                       
 
                                            
 
                                     
 
                   
                 
                   
                   
                                                                  

          
                                                                                               
                                                                         

                                              

                      
# New ports collection makefile for:	ecg2png
# Date created:				Sun 2 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	ecg2png
PORTVERSION=	0.30
PORTREVISION=	4
CATEGORIES=	graphics
MASTER_SITES=	http://www.cardiothink.com/downloads/ecg2png/

MAINTAINER=	ports@freebsd.org
COMMENT=	"Converts scanned 12-lead electrocardiograms into PNGs"

LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_REINPLACE=	yes
USE_QT_VER=	3
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
QTCPPFLAGS+=	${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include

pre-patch:
	@${REINPLACE_CMD} -e 's|-lqt$$|-lqt-mt ${PTHREAD_LIBS}|g' ${WRKSRC}/ecg2png/Makefile.in
	@${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -e \
		's|#include <qimageio.h>||g'
	@${CHMOD} ${BINMODE} ${WRKSRC}/missing

.include <bsd.port.mk>