21 lines
686 B
Makefile
21 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:21 jmmv Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp
|
|
#
|
|
|
|
DISTNAME= tkhylafax-3.1
|
|
PKGREVISION= 3
|
|
WRKSRC= ${WRKDIR}/tkhylafax
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/contrib/tkhylafax/ \
|
|
ftp://ftp.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ \
|
|
http://gd.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.elgro.demon.co.uk/resources.html
|
|
COMMENT= Tcl/tk interface to Sam Leffler's fax package
|
|
|
|
DEPENDS+= gv>=3.5.8nb1:../../print/gv
|
|
DEPENDS+= hylafax>=4.1:../../comms/hylafax
|
|
DEPENDS+= tk>=8.3.2:../../x11/tk
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|