24 lines
439 B
Makefile
24 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/10/15 10:13:00 sthen Exp $
|
|
|
|
COMMENT= reimplementation of Dan Bernstein's daemontools#'
|
|
|
|
DISTNAME= freedt-0.22
|
|
REVISION= 1
|
|
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>
|