freebsd-ports/comms/tkscanfax/Makefile
Yoshio MITA f148c7bc68 Simple and useful FAX frontend program working with efax.
Submitted by:	me. ports-jp 12772
2002-05-23 11:13:01 +00:00

33 lines
668 B
Makefile

# New ports collection makefile for: tkscanfax
# Date created: 11 Mai 2002
# Whom: MITA Yoshio <mita@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tkscanfax
PORTVERSION= 1.02
CATEGORIES= comms
MASTER_SITES= http://shino.pos.to/linux/
MAINTAINER= mita@FreeBSD.org
RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= YES
post-extract:
find ${WRKSRC} -name '*~' -delete
do-install:
(\
cd ${WRKDIR}; \
${TAR} '--exclude=*.orig' -cf - tkscanfax | \
${TAR} -C ${PREFIX}/lib -xf - ; \
${LN} -sf ${PREFIX}/lib/tkscanfax/tkscan ${PREFIX}/bin ; \
${LN} -sf ${PREFIX}/lib/tkscanfax/tkfax ${PREFIX}/bin \
)
.include <bsd.port.mk>