1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/tkhylafax/Makefile

25 lines
532 B
Makefile
Raw Normal View History

# Created by: Andreas Klemm <andreas@klemm.gtn.com>
1999-08-25 05:28:01 +00:00
# $FreeBSD$
PORTNAME= tkhylafax
PORTVERSION= 3.2b
2012-06-01 05:26:28 +00:00
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
USE_TK_RUN= 84
WRKSRC= ${WRKDIR}/tkhylafax
MAN1= tkhylafax.1
NO_STAGE= yes
.include <bsd.port.mk>