openbsd-ports/comms/tkhylafax/Makefile

35 lines
833 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2011/03/14 09:17:26 sthen Exp $
2001-05-05 18:39:36 -04:00
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
1997-12-31 11:58:35 -05:00
DISTNAME= tkhylafax-3.2
REVISION= 1
1997-12-31 11:58:35 -05:00
CATEGORIES= comms
2001-05-05 18:39:36 -04:00
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
1997-12-31 11:58:35 -05:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05: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 17:51:13 -04:00
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
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
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
1997-12-31 11:58:35 -05:00
.include <bsd.port.mk>