23 lines
457 B
Makefile
23 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/05/24 20:26:36 robert Exp $
|
|
|
|
COMMENT= "reimplementation of Dan Bernstein's daemontools"
|
|
|
|
DISTNAME= freedt-0.18
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://offog.org/code/freedt.html
|
|
|
|
MAINTAINER= Victor Sahlstedt <cvss@home.se>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://offog.org/files/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|