1999-01-26 03:20:56 +00:00
|
|
|
# New ports collection makefile for: rlytest
|
|
|
|
# Date created: 16 January 1999
|
|
|
|
# Whom: Paul Chvostek <paul@it.ca>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1999-01-26 03:20:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= rlytest
|
2000-09-28 22:16:38 +00:00
|
|
|
PORTVERSION= 1.20
|
1999-01-26 03:20:56 +00:00
|
|
|
CATEGORIES= mail security
|
|
|
|
MASTER_SITES= http://www.unicom.com/sw/rlytest/
|
2000-04-13 20:01:08 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
2000-09-28 22:16:38 +00:00
|
|
|
EXTRACT_SUFX=
|
1999-01-26 03:20:56 +00:00
|
|
|
|
|
|
|
MAINTAINER= paul@it.ca
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
2000-09-28 22:16:38 +00:00
|
|
|
EXTRACT_ONLY= # defined
|
1999-01-26 03:20:56 +00:00
|
|
|
NO_BUILD=
|
|
|
|
|
2000-09-28 22:16:38 +00:00
|
|
|
pre-patch:
|
|
|
|
perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
|
1999-01-26 03:20:56 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-09-28 22:16:38 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
|
1999-01-26 03:20:56 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|