17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedt
|
|
PORTVERSION= 23
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://offog.org/files/ \
|
|
http://ftp.i-scream.org/pub/offog.org/files/
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Experimental reimplementation of Dan Bernstein's daemontools
|
|
|
|
CONFLICTS= daemontools-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|