pkgsrc/converters/dos2unix/Makefile
ryoon 87dddcff3d Update to 6.0.5
* Install HTML files

Changelog:
2014-04-17: Version 6.0.5

  * Dos2unix is part of the Translation Project (TP).
    All translations go via the Translation Project.
    See http://translationproject.org/
  * New translations of UI messages: Brazilian Portuguese, Chinese (traditional),
    Danish, French, Hungarian, Polish, Serbian, Ukrainian, Vietnamese.
  * New translations of the manual: Brazilian Portuguese, French, German,
    Polish, Ukrainian.
  * Generated man pages are included in the source package to prevent
    compilation problems with very old or very new perl/pod2man versions.
  * Manuals are now generated from gettext PO files with po4a for easier
    translation.
  * All manuals are now in UTF-8 encoding.
  * Skip symbolic links on Windows by default (same as on Unix).
2014-06-17 12:54:28 +00:00

21 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/06/17 12:54:28 ryoon Exp $
#
DISTNAME= dos2unix-6.0.5
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"