mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
34 lines
749 B
Makefile
34 lines
749 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
|
|
COMMENT= Tcl/Tk frontend for fax scan/receive/send program (command is tkfax)
|
|
|
|
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>
|