Changelog: 2013-12-30: Version 6.0.4 * New options -ul and -ub to convert UTF-16 files without BOM. * New Russian translation of the messages. * Build 32 bit Windows binaries with Large File Support (LFS) by using mingw-w64 for 32 bit Windows. * When a binary symbol is encountered the value is printed.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/01/08 15:14:03 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= dos2unix-6.0.4
|
|
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+="${COMPILER_RPATH_FLAG}${PREFIX}/lib -lintl"
|
|
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|