21 lines
698 B
Makefile
21 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/08/11 07:13:09 rh Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp
|
|
#
|
|
|
|
DISTNAME= tkhylafax-3.1
|
|
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
|
|
|
|
DEPENDS+= hylafax-4.1b1:../../comms/hylafax
|
|
RUN_DEPENDS+= ${PREFIX}/bin/wish8.0:../../x11/tk80
|
|
RUN_DEPENDS+= ${PREFIX}/bin/gs:../../print/ghostscript5
|
|
RUN_DEPENDS+= ${X11BASE}/bin/gv:../../print/gv
|
|
|
|
WRKSRC= ${WRKDIR}/tkhylafax
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|