f100c128f9
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
27 lines
583 B
Makefile
27 lines
583 B
Makefile
# $OpenBSD: Makefile,v 1.6 2000/06/16 23:06:14 espie 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
|
|
|
|
ALL_TARGET= default
|
|
INSTALL_TARGET= setup check
|
|
|
|
pre-build:
|
|
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
|
@echo ${PREFIX} > ${WRKSRC}/conf-home
|
|
|
|
pre-install:
|
|
@echo ${PREFIX} > ${WRKSRC}/conf-home
|
|
|
|
.include <bsd.port.mk>
|