25 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.20 2019/07/12 20:49:43 sthen Exp $
COMMENT= reimplementation of Dan Bernstein's daemontools#'
DISTNAME= freedt-23
CATEGORIES= sysutils
REVISION= 2
HOMEPAGE= http://offog.org/code/freedt.html
# ISC
PERMIT_PACKAGE= Yes
WANTLIB= c
MASTER_SITES= http://offog.org/files/
CONFIGURE_STYLE= gnu
post-install:
rm -f ${PREFIX}/bin/recordio
mv ${PREFIX}/bin/{,f}argv0
.include <bsd.port.mk>