Makefile 502 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.16 2014/06/12 18:21:12 sthen Exp $
  2. COMMENT= steganography detection tool
  3. DISTNAME= stegdetect-0.6
  4. REVISION= 4
  5. CATEGORIES= security graphics
  6. MASTER_SITES= ${HOMEPAGE}
  7. HOMEPAGE= http://www.outguess.org/
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += c crypto m
  11. NO_TEST= Yes
  12. AUTOCONF_VERSION= 2.52
  13. CONFIGURE_STYLE= autoconf
  14. do-install:
  15. ${INSTALL_PROGRAM} ${WRKSRC}/{stegdetect,stegbreak} ${PREFIX}/bin
  16. ${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1
  17. .include <bsd.port.mk>