freebsd-ports/devel/makedepend/Makefile
Stefan Bethke 6ff48d8044 Use cyrus-imapd-1.5.14 as source archive. The mail/cyrus port actually is
the only one which needs it anyway, and that is at above version. (Another
500 kB saved on the CD...)
1998-10-10 02:06:54 +00:00

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>