aboutsummaryrefslogtreecommitdiffstats
path: root/comms/tkscanfax/Makefile
blob: eeafc7449918c0b00431cca06e8b81690533ecbd (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
# New ports collection makefile for:    tkscanfax
# Date created:         11 Mai 2002
# Whom:             MITA Yoshio <mita@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   tkscanfax
PORTVERSION=    1.1.4
PORTEPOCH=  1
CATEGORIES= comms tk83
MASTER_SITES=   http://shino.pos.to/linux/tkscanfax/

MAINTAINER= mita@FreeBSD.org
COMMENT=    Tcl/Tk frontend for fax scan/receive/send program (command is tkfax)

RUN_DEPENDS=    wish8.3:${PORTSDIR}/x11-toolkits/tk83

WRKSRC= ${WRKDIR}/${PORTNAME}1
NO_BUILD=   YES

post-extract:
    ${FIND} ${WRKSRC} -name '*~' -delete

do-install:
    (\
    cd ${WRKDIR}; \
    ${TAR} '--exclude=*.orig' -cf - tkscanfax1 | \
    ${TAR} -C ${PREFIX}/lib -xf - ; \
    ${LN} -sf ${PREFIX}/lib/tkscanfax1/tkscan ${PREFIX}/bin ; \
    ${LN} -sf ${PREFIX}/lib/tkscanfax1/tkfax ${PREFIX}/bin \
    )

.include <bsd.port.mk>