1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/makedepend/Makefile
Peter Pentchev 8af91e2359 Update to 2000.12.28 - fake version to go with the cyrus-imapd-2.0.9
release.  While I'm here, add a MASTER_SITE_SUBDIR pointing to
OLD-VERSIONS/imap/ - they're much too quick to move old tarballs there.

PR:		23920
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
2000-12-29 09:18:10 +00:00

28 lines
635 B
Makefile

# New ports collection makefile for: makedepend
# Date created: August 15th 1997
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $FreeBSD$
#
PORTNAME= makedepend
PORTVERSION= 2000.12.28
CATEGORIES= devel
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/
MASTER_SITE_SUBDIR=. OLD-VERSIONS/imap
DISTNAME= cyrus-imapd-2.0.9
MAINTAINER= roam@FreeBSD.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>
# DO NOT DELETE