freebsd-ports/comms/tkscanfax/Makefile
Hiroki Sato 0ac2ce888f Back out the previous change. Mita-san will continue to
work as the maintainer of this port.

Discussed with:	mita and nork
2004-12-27 00:20:06 +00:00

34 lines
784 B
Makefile

# 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>