freebsd-ports/mail/postfinger/Makefile
Edwin Groothuis a62136a391 Update port: mail/postfinger update to 1.30
- Update port to 1.30
	- Removed MASTER_SITE ftp://ftp.nobandwidth.net/pub/postfix-mudd/postfinger/. It's down.

PR:		ports/87747
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reviewed by:	Andrew J Caines <A.J.Caines@halplant.com>
2005-10-21 07:51:43 +00:00

38 lines
826 B
Makefile

# New ports collection makefile for: postfinger
# Date created: 16 May 2003
# Whom: Andrew J. Caines <A.J.Caines@halplant.com>
#
# $FreeBSD$
#
PORTNAME= postfinger
PORTVERSION= 1.30
CATEGORIES= mail
MASTER_SITES= ftp://ftp.wl0.org/postfinger/
DISTNAME= ${PORTNAME}-${PORTVERSION}
DISTFILES= ${PORTNAME}-${PORTVERSION} README
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= A.J.Caines@halplant.com
COMMENT= Postfix Configuration Summary Reporter
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
WRKSRC= ${WRKDIR}
PLIST_FILES= bin/postfinger
PORTDOCS= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>