freebsd-ports/comms/tkhylafax/Makefile
Pietro Cerutti d689316961 - Convert to USES+=tk
- STAGE-clean
2013-10-23 13:15:46 +00:00

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