25 lines
433 B
Makefile
25 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.18 2017/05/27 19:57:07 ajacoutot Exp $
|
|
|
|
COMMENT= reimplementation of Dan Bernstein's daemontools#'
|
|
|
|
DISTNAME= freedt-23
|
|
CATEGORIES= sysutils
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= http://offog.org/code/freedt.html
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= 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>
|