Makefile 696 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.5 2016/09/22 12:57:18 fcambus Exp $
  2. COMMENT = aquarium animation in ASCII art
  3. DISTNAME = asciiquarium_1.1
  4. PKGNAME = ${DISTNAME:S/_/-/}
  5. REVISION = 1
  6. CATEGORIES = games
  7. HOMEPAGE = http://www.robobunny.com/projects/asciiquarium/html/
  8. MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
  9. # GPLv2+
  10. PERMIT_PACKAGE_CDROM = Yes
  11. MASTER_SITES = http://www.robobunny.com/projects/asciiquarium/
  12. RUN_DEPENDS = misc/p5-Term-Animation
  13. NO_BUILD = Yes
  14. NO_TEST = Yes
  15. do-install:
  16. ${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asciiquarium
  18. ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asciiquarium
  19. .include <bsd.port.mk>