Makefile 669 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.2 2013/03/10 23:04:44 espie Exp $
  2. COMMENT= philosophy of problem solving, applied to Forth
  3. DISTNAME= thinking-forth-color
  4. PKGNAME= thinking-forth-1.0
  5. CATEGORIES= books
  6. HOMEPAGE= http://thinking-forth.sourceforge.net/
  7. # Creative Commons license
  8. # attribute, non-commercial, share-alike
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thinking-forth/}
  11. DISTFILES= ${DISTNAME}.pdf
  12. EXTRACT_ONLY=
  13. NO_BUILD= Yes
  14. NO_TEST= Yes
  15. PKG_ARCH= *
  16. do-install:
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/thinking-forth/
  18. ${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} \
  19. ${PREFIX}/share/doc/thinking-forth/
  20. .include <bsd.port.mk>