diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 00:23:22 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 00:23:22 +0800 |
commit | c97a2a1309e75b8196f5078bec03297c46f71178 (patch) | |
tree | ce3e867956d265631d930e6a5b7e124b6b3f88ca /comms | |
parent | 7e7bf8a367ee2e9c666c8f8ff3555d5f76c2947b (diff) | |
download | freebsd-ports-gnome-c97a2a1309e75b8196f5078bec03297c46f71178.tar.gz freebsd-ports-gnome-c97a2a1309e75b8196f5078bec03297c46f71178.tar.zst freebsd-ports-gnome-c97a2a1309e75b8196f5078bec03297c46f71178.zip |
. portlint: "RUN_DEPENDS" has to appear earlier;
. remove an article from COMMENT;
. trim Makefile headers.
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 |