diff options
Diffstat (limited to 'converters/fconv/Makefile')
-rw-r--r-- | converters/fconv/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile new file mode 100644 index 000000000000..ae20d47f2025 --- /dev/null +++ b/converters/fconv/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fconv +# Version required: 0.1 +# Date created: 21 April 1999 +# Whom: Chris Costello <chris@calldei.com> +# +# $Id:$ +# + +DISTNAME= fconv-0.1 +CATEGORIES= converters +MASTER_SITES= http://WWW.FreeBSD.ORG/~taoka/distfiles/ + +MAINTAINER= ports@FreeBSD.ORG + +post-install: + strip ${PREFIX}/bin/dos2bsd + strip ${PREFIX}/bin/bsd2dos + strip ${PREFIX}/bin/mac2bsd + strip ${PREFIX}/bin/bsd2mac + +.include <bsd.port.mk> |