openbsd-ports/net/ucspi-tcp/Makefile

34 lines
880 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2000/03/28 12:26:31 camield Exp $
DISTNAME= ucspi-tcp-0.88
HOMEPAGE= http://cr.yp.to/ucspi-tcp.html
CATEGORIES= net
MAINTAINER= cd@sentia.nl
MASTER_SITES= http://cr.yp.to/ucspi-tcp/ \
ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
ftp://ftp.mira.net.au/unix/mail/qmail/ \
ftp://ftp.id.wustl.edu/pub/qmail/ \
ftp://mirror.uk.uu.net/pub/qmail/ \
ftp://ftp.jp.qmail.org/qmail/ \
ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \
http://koobera.math.uic.edu/www/software/
2000-03-28 06:33:43 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-13 03:28:17 -05:00
NO_CONFIGURE= Yes
ALL_TARGET= default WRKINST=${WRKINST}
INSTALL_TARGET= setup check
2000-03-13 03:28:17 -05:00
FAKE= Yes
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${PREFIX} > ${WRKSRC}/conf-home
.include <bsd.port.mk>