diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-17 09:36:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-17 09:36:40 +0000 |
commit | 78b70b2b4df1d5c45cccf60bd3ce1ec091403afe (patch) | |
tree | 43eae56ba433f576b79f45f3b1a14fb68584868a /converters/dosunix/Makefile | |
parent | 3ca4d1f5653fadc7c738c97a9d0ec32253879ef3 (diff) | |
download | FreeBSD-ports-78b70b2b4df1d5c45cccf60bd3ce1ec091403afe.zip FreeBSD-ports-78b70b2b4df1d5c45cccf60bd3ce1ec091403afe.tar.gz |
add dosunix
Manipulation of text files in a mixed DOS/Windows and Unix environment
Diffstat (limited to 'converters/dosunix/Makefile')
-rw-r--r-- | converters/dosunix/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile new file mode 100644 index 0000000..a17a7fc --- /dev/null +++ b/converters/dosunix/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: dosunix +# Date created: Nov 17, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dosunix +PORTVERSION= 1.0.12 +CATEGORIES= converters +MASTER_SITES= http://dosunix.sourceforge.net/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |