mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f06d13b6ff
but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# New ports collection Makefile for: tkhylafax-3.0
|
|
# Version required: 3.0b2
|
|
# Date created: Sun Jun 8 11:51:21 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/10/09 21:04:47 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= tkhylafax-3.0b2
|
|
PKGNAME= tkhylafax-3.0
|
|
CATEGORIES= comms tk42
|
|
MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \
|
|
sendfax:${PORTSDIR}/comms/hylafax \
|
|
gs:${PORTSDIR}/print/ghostscript4 \
|
|
gv:${PORTSDIR}/print/gv
|
|
|
|
WRKSRC= ${WRKDIR}/tkhylafax-3.0
|
|
MAN1= tkhylafax.1
|
|
|
|
.include <bsd.port.mk>
|