diff options
author | bad <bad@pkgsrc.org> | 1999-03-12 17:40:14 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-12 17:40:14 +0000 |
commit | 12a70ec3701e6875ee952256a221438a0580bf9e (patch) | |
tree | 370495da1b0b3bed50967e7b475b74c0c6920e38 /mail/fromto/Makefile | |
parent | e4b285ca3136316d4eaf71116fff4fdf5c109359 (diff) | |
download | pkgsrc-12a70ec3701e6875ee952256a221438a0580bf9e.tar.gz |
Initial import for fromto-1.5, a sendmail logfile viewer.
Diffstat (limited to 'mail/fromto/Makefile')
-rw-r--r-- | mail/fromto/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/fromto/Makefile b/mail/fromto/Makefile new file mode 100644 index 00000000000..3aab7192681 --- /dev/null +++ b/mail/fromto/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/12 17:40:14 bad Exp $ +# + +DISTNAME= fromto-1.5 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ +EXTRACT_SUFX= #empty + +MAINTAINER= bad@netbsd.org + +USE_PERL5= yes +NO_WRKSUBDIR= yes + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/fromto.in + +do-build: + (cd ${WRKSRC} ; ${SED} -e "1s,/usr/local,${PREFIX}," fromto.in >fromto) + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/fromto ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |