mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
632f263f0d
this thing works, and if it creates spam, oh well. Tools, not policy. :) PR: 21234 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
26 lines
456 B
Makefile
26 lines
456 B
Makefile
# ports collection makefile for: vrfy
|
|
# Date created: 2000/09/09
|
|
# Whom: kaz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vrfy
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= kaz@kobe1995.net
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
MAN1= vrfy.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
|
|
${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
|
|
|
|
.include <bsd.port.mk>
|