34 lines
832 B
Makefile
Raw Normal View History

2009-08-10 21:51:13 +00:00
# $OpenBSD: Makefile,v 1.25 2009/08/10 21:51:13 sthen Exp $
2001-05-05 22:39:36 +00:00
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
1997-12-31 16:58:35 +00:00
DISTNAME= tkhylafax-3.2
PKGNAME= ${DISTNAME}p0
1997-12-31 16:58:35 +00:00
CATEGORIES= comms
2001-05-05 22:39:36 +00:00
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
1997-12-31 16:58:35 +00:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
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
2009-08-10 21:51:13 +00:00
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
RUN_DEPENDS= ::comms/hylafax \
::print/gv
1997-12-31 16:58:35 +00:00
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
1997-12-31 16:58:35 +00:00
.include <bsd.port.mk>