mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6ff48d8044
the only one which needs it anyway, and that is at above version. (Another 500 kB saved on the CD...)
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# New ports collection makefile for: makedepend
|
|
# Version required: 95.07.05
|
|
# Date created: August 15th 1997
|
|
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/12/15 05:53:44 max Exp $
|
|
#
|
|
|
|
DISTNAME= cyrus-imapd-v1.5.14
|
|
PKGNAME= makedepend-95.07.05
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
|
|
|
|
MAINTAINER= i.vaudrey@bigfoot.com
|
|
|
|
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>
|