35a19cf994
I emailed the maintainer asking about the update and if he'd like to stay listed; no reply so dropping the MAINTAINER line.
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/01/01 16:16:24 sthen Exp $
|
|
|
|
COMMENT= reimplementation of Dan Bernstein's daemontools
|
|
|
|
DISTNAME= freedt-0.22
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://offog.org/code/freedt.html
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://offog.org/files/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|