mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0ac2ce888f
work as the maintainer of this port. Discussed with: mita and nork
35 lines
784 B
Makefile
35 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>
|