diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 16:23:22 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 16:23:22 +0000 |
commit | 6cfd750408a6f53d158623af887931b13a9f9ea8 (patch) | |
tree | ce3e867956d265631d930e6a5b7e124b6b3f88ca /comms | |
parent | c1e7e58ed1fd94080e98a575291646b1fad33442 (diff) | |
download | ports-6cfd750408a6f53d158623af887931b13a9f9ea8.tar.gz ports-6cfd750408a6f53d158623af887931b13a9f9ea8.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 975eceeec947..e3f1c65ffc28 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: tkhylafax -# Date created: Sun Jun 8 11:51:21 CEST 1997 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# +# Created by: Andreas Klemm <andreas@klemm.gtn.com> # $FreeBSD$ -# PORTNAME= tkhylafax PORTVERSION= 3.2b @@ -13,14 +9,14 @@ MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} MAINTAINER= ports@FreeBSD.org -COMMENT= A tcl/tk interface to Sam Leffler's fax package - -USE_GHOSTSCRIPT_RUN= yes -USE_TK_RUN= 84 +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 |