openbsd-ports/comms/tkhylafax/Makefile
giovanni 834b18af56 Use x11/tk module and ${SUBST_CMD}
Add a few mirrors
"ports-wise it's ok" sthen@
2009-05-07 14:47:15 +00:00

33 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.24 2009/05/07 14:47:15 giovanni Exp $
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
DISTNAME= tkhylafax-3.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= comms
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/ \
ftp://mirror.aarnet.edu.au/pub/hylafax/contrib/tkhylafax/ \
ftp://gd.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ \
ftp://ftp.ntua.gr/pub/net/hylafax/contrib/tkhylafax/
MODULES= x11/tk
RUN_DEPENDS= ::comms/hylafax \
::print/gv
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
.include <bsd.port.mk>