27 lines
580 B
Makefile
27 lines
580 B
Makefile
# $OpenBSD: Makefile,v 1.4 2000/03/28 12:32:57 camield Exp $
|
|
|
|
DISTNAME= daemontools-0.70
|
|
HOMEPAGE= http://cr.yp.to/daemontools.html
|
|
CATEGORIES= sysutils
|
|
MAINTAINER= cd@sentia.nl
|
|
|
|
MASTER_SITES= http://cr.yp.to/daemontools/ \
|
|
ftp://ftp.id.wustl.edu/pub/qmail/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_CONFIGURE= Yes
|
|
ALL_TARGET= default WRKINST=${WRKINST}
|
|
INSTALL_TARGET= setup check
|
|
|
|
FAKE= Yes
|
|
|
|
pre-build:
|
|
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
|
@echo ${PREFIX} > ${WRKSRC}/conf-home
|
|
|
|
.include <bsd.port.mk>
|