aboutsummaryrefslogblamecommitdiff
path: root/comms/acfax/Makefile
blob: a90c68f09d7fae199b1e608edcaf53003a984b4d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                       
                 
                              


                                                           
                                    
                                                        
 

                                                              
                         
                                     
 
                   
                                      


                                     

           
                                                                         
                                 

                                                                             

                                                           

           
                                                        

                      
# New ports collection makefile for:   acfax
# Date created:        20 February 2002
# Whom:                Darren <igla@batterybackups.net>
#
# $FreeBSD$
#

PORTNAME=	acfax
PORTVERSION=	0.981011
PORTREVISION=	3
CATEGORIES=	comms hamradio
MASTER_SITES=	ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/^0.//}

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Receive faxes using sound card and radio

LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d

PLIST_FILES=	bin/acfax
WRKSRC=		${WRKDIR}/${PORTNAME}

USE_IMAKE=	yes
USE_XORG=	x11 xext xmu xt sm ice

post-extract:
	@${TOUCH} ${WRKSRC}/acfax.man

post-patch:
	@${REINPLACE_CMD} -e 's|setup_fax(120, 288|setup_fax(120, 576|' \
		${WRKSRC}/acfax.c
	@${REINPLACE_CMD} -e 's|ixoc = 288|ixoc = 576|' ${WRKSRC}/fax_funcs.c
	@${REINPLACE_CMD} -e 's|regex.h|gnuregex.h|' ${WRKSRC}/RegExp.h
	@${REINPLACE_CMD} -e 's| -O2 -Wall||g ; \
		 s|-lm|-lm -lgnuregex|' ${WRKSRC}/Imakefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/acfax ${PREFIX}/bin

.include <bsd.port.mk>