32 lines
752 B
Makefile
Raw Normal View History

2013-03-11 01:30:26 +00:00
# $OpenBSD: Makefile,v 1.30 2013/03/11 01:30:27 espie 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
REVISION= 1
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
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
2010-10-18 16:52:44 +00:00
USE_GROFF = Yes
2013-03-11 01:30:26 +00:00
NO_TEST= 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>