pkgsrc/converters/dos2unix/Makefile
wiz 1284c92ef2 Update to 7.2.1:
2015-04-01: Version 7.2.1

  * Fix: Skip the GB18030 tests when the system does not support the
    Chinese locale with GB18030 character encoding.
  * Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
2015-04-03 09:06:52 +00:00

20 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/04/03 09:06:52 wiz Exp $
DISTNAME= dos2unix-7.2.1
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"