2011-03-14 05:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2011/03/14 09:17:26 sthen Exp $
|
2001-05-05 18:39:36 -04:00
|
|
|
|
2007-09-15 21:37:09 -04:00
|
|
|
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
|
1997-12-31 11:58:35 -05:00
|
|
|
|
2008-02-08 18:12:37 -05:00
|
|
|
DISTNAME= tkhylafax-3.2
|
2011-03-14 05:15:33 -04:00
|
|
|
REVISION= 1
|
1997-12-31 11:58:35 -05:00
|
|
|
CATEGORIES= comms
|
2001-05-05 18:39:36 -04:00
|
|
|
|
2009-05-07 10:47:15 -04:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
1997-12-31 11:58:35 -05:00
|
|
|
|
2008-02-08 18:12:37 -05:00
|
|
|
# BSD
|
2004-09-14 19:23:37 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2009-05-07 10:47:15 -04: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/
|
1998-10-07 15:25:27 -04:00
|
|
|
|
2009-05-07 10:47:15 -04:00
|
|
|
MODULES= x11/tk
|
2009-08-10 17:51:13 -04:00
|
|
|
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS= comms/hylafax \
|
|
|
|
print/gv
|
1997-12-31 11:58:35 -05:00
|
|
|
|
2010-10-18 12:52:44 -04:00
|
|
|
USE_GROFF = Yes
|
2008-02-08 18:12:37 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
pre-configure:
|
2009-05-07 10:47:15 -04:00
|
|
|
${SUBST_CMD} ${WRKSRC}/Makefile \
|
|
|
|
${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
|
1997-12-31 11:58:35 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|