Makefile 668 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.32 2015/06/18 02:50:18 bentley Exp $
  2. COMMENT= Tcl/Tk interface to Sam Leffler's fax package
  3. DISTNAME= tkhylafax-3.2
  4. REVISION= 2
  5. CATEGORIES= comms
  6. # BSD
  7. PERMIT_PACKAGE_CDROM= Yes
  8. MASTER_SITES= http://ftp.hylafax.org/contrib/tkhylafax/ \
  9. ftp://ftp.hylafax.org/contrib/tkhylafax/ \
  10. http://mirror.aarnet.edu.au/pub/hylafax/contrib/tkhylafax/ \
  11. ftp://ftp.ntua.gr/pub/net/hylafax/contrib/tkhylafax/
  12. MODULES= x11/tk
  13. BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
  14. RUN_DEPENDS= comms/hylafax \
  15. print/gv
  16. NO_TEST= Yes
  17. pre-configure:
  18. ${SUBST_CMD} ${WRKSRC}/Makefile \
  19. ${WRKSRC}/tkhylafax-defaults ${WRKSRC}/tkhylafax.man
  20. .include <bsd.port.mk>