7f4572eae4
With hat: portmgr Sponsored by: Absolight
23 lines
537 B
Makefile
23 lines
537 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tkhylafax
|
|
PORTVERSION= 3.2b
|
|
PORTREVISION= 6
|
|
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:comms/hylafax \
|
|
gv:print/gv
|
|
|
|
USES= tk:run
|
|
|
|
WRKSRC= ${WRKDIR}/tkhylafax
|
|
MAKE_ARGS= STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH}
|
|
|
|
.include <bsd.port.mk>
|