Makefile 466 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.15 2015/01/21 06:23:34 bentley Exp $
  2. COMMENT= publishing and presentation tool
  3. VERSION= 1.1b9
  4. DISTNAME= impress-${VERSION}
  5. REVISION= 2
  6. DISTFILES= imp${VERSION}.tar.gz
  7. CATEGORIES= misc
  8. MASTER_SITES= ${HOMEPAGE}
  9. HOMEPAGE= http://www.ntlug.org/~ccox/impress/
  10. PERMIT_PACKAGE_CDROM= Yes
  11. MODULES= x11/tk
  12. RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
  13. NO_TEST= Yes
  14. pre-configure:
  15. @${MODTCL_WISH_ADJ} ${WRKSRC}/src/impress.tcl
  16. .include <bsd.port.mk>