# New ports collection makefile for: acfax # Date created: 20 February 2002 # Whom: Darren # # $FreeBSD$ # PORTNAME= acfax PORTVERSION= 0.981011 PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= ports@FreeBSD.org COMMENT= Recieve faxes using sound card and radio LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d PLIST_FILES= bin/acfax WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes 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 ntw44/cgit/'>cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
blob: f95c33fce32791f1b31621cb3d3d0590d1e0d673 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78