diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 03:20:56 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 03:20:56 +0000 |
commit | 4606072e4544ea0ee04639e5051c5247bfaa11b0 (patch) | |
tree | bc938bf8419c535a8d606f98cd0615df430be353 /mail/rlytest/Makefile | |
parent | ab3b5d668010d2b8d6ed2ba384d8199a1cc37cee (diff) | |
download | FreeBSD-ports-4606072e4544ea0ee04639e5051c5247bfaa11b0.zip FreeBSD-ports-4606072e4544ea0ee04639e5051c5247bfaa11b0.tar.gz |
Initial import of rlytest version 1.15.
Test an SMTP host for third-party relay.
PR: 9531
Submitted by: Paul Chvostek <paul@it.ca>
Diffstat (limited to 'mail/rlytest/Makefile')
-rw-r--r-- | mail/rlytest/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile new file mode 100644 index 0000000..b7adfde --- /dev/null +++ b/mail/rlytest/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: rlytest +# Version required: 1.15 +# Date created: 16 January 1999 +# Whom: Paul Chvostek <paul@it.ca> +# +# $Id$ +# + +DISTNAME= rlytest +PKGNAME= rlytest-1.15 +CATEGORIES= mail security +MASTER_SITES= http://www.unicom.com/sw/rlytest/ + +MAINTAINER= paul@it.ca + +MAN1= rlytest.1 + +USE_PERL5= yes +NO_WRKSUBDIR= yes +NO_BUILD= + +post-patch: + ${MV} ${WRKSRC}/rlytest ${WRKSRC}/rlytest.chip; \ + ${SED} 's:/usr/local/bin/perl:${PERL}:' < ${WRKSRC}/rlytest.chip > ${WRKSRC}/rlytest + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/rlytest; \ + ${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${MANPREFIX}/man/man1/rlytest.1 + +post-install: + ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |