mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d689316961
- STAGE-clean
24 lines
587 B
Makefile
24 lines
587 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tkhylafax
|
|
PORTVERSION= 3.2b
|
|
PORTREVISION= 5
|
|
CATEGORIES= comms tk
|
|
MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tcl/tk interface to Sam Leffler's fax package
|
|
|
|
RUN_DEPENDS= sendfax:${PORTSDIR}/comms/hylafax \
|
|
gv:${PORTSDIR}/print/gv
|
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
USES+= tk:run
|
|
|
|
WRKSRC= ${WRKDIR}/tkhylafax
|
|
MAKE_ARGS= STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH}
|
|
|
|
.include <bsd.port.mk>
|