1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/rlytest/Makefile

31 lines
604 B
Makefile
Raw Normal View History

# 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$
#
2000-04-13 20:01:08 +00:00
PORTNAME= rlytest
PORTVERSION= 1.20
CATEGORIES= mail security
MASTER_SITES= http://www.unicom.com/sw/rlytest/
2000-04-13 20:01:08 +00:00
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
MAINTAINER= paul@it.ca
USE_PERL5= yes
EXTRACT_ONLY= # defined
NO_BUILD=
pre-patch:
perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
post-install:
${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>