Makefile 433 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.18 2017/05/27 19:57:07 ajacoutot Exp $
  2. COMMENT= reimplementation of Dan Bernstein's daemontools#'
  3. DISTNAME= freedt-23
  4. CATEGORIES= sysutils
  5. REVISION= 1
  6. HOMEPAGE= http://offog.org/code/freedt.html
  7. # ISC
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c
  10. MASTER_SITES= http://offog.org/files/
  11. CONFIGURE_STYLE= gnu
  12. post-install:
  13. rm -f ${PREFIX}/bin/recordio
  14. mv ${PREFIX}/bin/{,f}argv0
  15. .include <bsd.port.mk>