24 lines
473 B
Makefile
Raw Normal View History

2007-09-16 03:05:29 +00:00
# $OpenBSD: Makefile,v 1.8 2007/09/16 03:05:29 merdely Exp $
2007-09-16 03:05:29 +00:00
COMMENT= reimplementation of Dan Bernstein's daemontools
DISTNAME= freedt-0.21
CATEGORIES= sysutils
HOMEPAGE= http://offog.org/code/freedt.html
2004-11-21 19:01:28 +00:00
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-20 10:35:34 +00:00
WANTLIB= c
MASTER_SITES= http://offog.org/files/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>