cb50cece1a
dos2unix includes utilities to convert text files with DOS or MAC line endings to Unix line endings and vice versa. It is an update of Benjamin Lin's implementations.
23 lines
614 B
Makefile
23 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/11 17:45:39 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= dos2unix-5.3.3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://waterlan.home.xs4all.nl/dos2unix.html
|
|
COMMENT= Convert text files with DOS or Mac line endings to Unix line endings
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= unix2dos-[0-9]*
|
|
|
|
USE_TOOLS+= gmake msgfmt xgettext perl
|
|
|
|
BUILD_MAKE_FLAGS+= LDFLAGS_EXTRA+=-lintl
|
|
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|