openbsd-ports/comms/tkhylafax/Makefile
pvalchev d46cbb57a5 remove a note that this does not have a license, as it is BSD-licensed
just in case it becomes fixed/packaged in the future
2001-06-27 02:26:30 +00:00

30 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.15 2001/06/27 02:26:30 pvalchev Exp $
COMMENT= "Tcl/Tk interface to Sam Leffler's fax package"
DISTNAME= tkhylafax-3.0b2
PKGNAME= tkhylafax-3.0
CATEGORIES= comms
NEED_VERSION= 1.406
FAKE=No
BROKEN= "required dependencies not available"
MAINTAINER= ports@openbsd.org
# License: BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/
RUN_DEPENDS= sendfax::comms/hylafax \
gv::print/gv
WRKDIST= ${WRKDIR}/tkhylafax-3.0
.include <bsd.port.mk>