80862b82b4
Changelog: 2016-02-13: Version 7.3.3. New flags h (print header) and p (remove path from file name) for option -i, --info. Fixed printing text in unicode UTF-16 mode on Windows, so that when it is redirected to a file, a correct UTF-16 file is created. Fixed printing of East-Asian text on Windows with an East-Asian regional setting.
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.22 2016/02/14 07:25:53 ryoon Exp $
|
|
|
|
DISTNAME= dos2unix-7.3.3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://waterlan.home.xs4all.nl/dos2unix.html
|
|
COMMENT= DOS/Mac to Unix and vice versa text file format converter
|
|
LICENSE= 2-clause-bsd
|
|
|
|
CONFLICTS= unix2dos-[0-9]*
|
|
|
|
USE_TOOLS+= gmake msgfmt xgettext perl
|
|
|
|
BUILD_MAKE_FLAGS+= LDFLAGS_EXTRA+="-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lintl"
|
|
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|