diff options
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 000000000000..a17a7fc2b345 --- /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> |