when a port named makedepend tries to compile an imap server

you know that it is bad -- remove it.
This commit is contained in:
marc 1998-04-09 20:29:02 +00:00
parent 6b09c2395f
commit 3d9109de6c
6 changed files with 2 additions and 45 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 1998/02/10 23:55:57 niklas Exp $
# $OpenBSD: Makefile,v 1.7 1998/04/09 20:29:02 marc Exp $
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
#
@ -39,7 +39,7 @@
# SUBDIR += linux_devel
# SUBDIR += linuxgdb
SUBDIR += m4
SUBDIR += makedepend
# SUBDIR += makedepend
# SUBDIR += mkmf
# SUBDIR += mprof
# SUBDIR += nana

View File

@ -1,25 +0,0 @@
# OpenBSD makefile for: makedepend
# Version required: 95.07.05
# Date created: 1 Dec 1997
# Whom: ejovi
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/01 22:03:05 joey Exp $
#
DISTNAME= cyrus-imapd-v1.5.2
PKGNAME= makedepend-95.07.05
CATEGORIES= devel
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
MAINTAINER= joey@OpenBSD.ORG
WRKSRC= ${WRKDIR}/${DISTNAME}/makedepend
GNU_CONFIGURE= YES
MAN1= makedepend.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makedepend ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mkdepend.man ${PREFIX}/man/man1/makedepend.1
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (cyrus-imapd-v1.5.2.tar.gz) = d9e1471469320c7bc43837ce1b781945

View File

@ -1 +0,0 @@
A dependency generator for makefiles.

View File

@ -1,14 +0,0 @@
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
If you have X installed, you already have makedepend and do not need this port!
Makedepend reads each sourcefile in sequence and parses it like a
C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef,
#endif, #if and #else directives so that it can correctly tell which #include,
directives would be used in a compilation. Any #include, directives can
reference files having other #include directives, and parsing will occur in
these files as well.
Every file that a sourcefile includes, directly or indirectly, is what
makedepend calls a "dependency". These dependencies are then written to a
makefile in such a way that make will know which object files must be
recompiled when a dependency has changed.

View File

@ -1,2 +0,0 @@
bin/makedepend
man/man1/makedepend.1