35 lines
833 B
Makefile
35 lines
833 B
Makefile
# $OpenBSD: Makefile,v 1.29 2011/03/14 09:17:26 sthen Exp $
|
|
|
|
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
|
|
|
|
DISTNAME= tkhylafax-3.2
|
|
REVISION= 1
|
|
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
|
|
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
|
|
RUN_DEPENDS= comms/hylafax \
|
|
print/gv
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Makefile \
|
|
${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
|
|
|
|
.include <bsd.port.mk>
|