openbsd-ports/comms/tkhylafax/Makefile

30 lines
667 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2008/02/08 23:12:37 okan 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
1997-12-31 11:58:35 -05:00
CATEGORIES= comms
2001-05-05 18:39:36 -04:00
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
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/
BUILD_DEPENDS= ::x11/tk/8.4
RUN_DEPENDS= ::comms/hylafax \
::print/gv
1997-12-31 11:58:35 -05:00
NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Makefile \
${WRKSRC}/tkhylafax-defaults
@perl -pi -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/tkhylafax.man
1997-12-31 11:58:35 -05:00
.include <bsd.port.mk>