blob: c396874549b2387a742adb347b521fab0800f935 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: rlytest
# Date created: 16 January 1999
# Whom: Paul Chvostek <paul@it.ca>
#
# $FreeBSD$
#
PORTNAME= rlytest
PORTVERSION= 1.16
CATEGORIES= mail security
MASTER_SITES= http://www.unicom.com/sw/rlytest/
DISTNAME= ${PORTNAME}
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>
|