Makefile 598 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.2 2015/08/25 13:18:27 sthen Exp $
  2. COMMENT = banner art generator with Unicode font and color support
  3. DISTNAME = toilet-0.3
  4. CATEGORIES = misc
  5. REVISION = 0
  6. HOMEPAGE = http://caca.zoy.org/wiki/toilet
  7. # WTFPLv2
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB += c caca
  10. MASTER_SITES = http://caca.zoy.org/raw-attachment/wiki/toilet/
  11. LIB_DEPENDS = graphics/libcaca
  12. CONFIGURE_STYLE = gnu
  13. # For man page generation and the tests.
  14. USE_GMAKE = Yes
  15. MAKE_FLAGS = LDFLAGS="-L${X11BASE}/lib"
  16. post-patch:
  17. perl -pi -e "s,make,${MAKE_PROGRAM},g" ${WRKSRC}/test/check-*
  18. .include <bsd.port.mk>