diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 14:09:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 14:09:26 +0000 |
commit | d5bf55cb9ef4843a8ed46fd2a8c86e029d95b086 (patch) | |
tree | 170bd61053644b4c7404f05b0e95ee20fbf0a0bf /converters/unix2dos/Makefile | |
parent | 076d50e9caf8f25e552545d197415b876da729ea (diff) | |
download | pkgsrc-d5bf55cb9ef4843a8ed46fd2a8c86e029d95b086.tar.gz |
Add unix2dos-1.2:
unix2dos and dos2unix are utilities that convert ASCII files from
the DOS cr/lf format to the UNIX lf format.
Submitted by Tomasz Luchowski <zuntum@eik.pl>
Diffstat (limited to 'converters/unix2dos/Makefile')
-rw-r--r-- | converters/unix2dos/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile new file mode 100644 index 00000000000..01dba247bd9 --- /dev/null +++ b/converters/unix2dos/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 14:09:26 hubertf Exp $ +# FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp + +DISTNAME= unix2dos-1.2 +CATEGORIES= converters +MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \ + ftp://ftp.guug.org/pub/ + +MAINTAINER= zuntum@eik.pl + +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos + ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix + ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |