Changelog: 2012-07-25 Erwin Waterlander <waterlan@xs4all.nl> * Version 6.0.1 2012-07-20 Erwin Waterlander <waterlan@xs4all.nl> * Makefile: Target 'html' makes also Dutch and Spanish HTML manuals. 2012-07-18 Erwin Waterlander <waterlan@xs4all.nl> * manual: Update for options -n and -o. Describe the new permissions of the output file in new-file and old-file mode. * README.txt: Added references for the findutils package for Windows and DOS to enable recursive conversions on those platforms. 2012-05-20 Erwin Waterlander <waterlan@xs4all.nl> * common.h: Fix compiler warnings "implicit declaration of function 'strcasecmp'". Thanks to Michael Schindler <k-m_schindler@sourceforge.net>. 2012-05-11 Julio A. Freyre-Gonzalez <jfreyreg@gmail.com> * Update Spanish messages and manual.
23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/07/31 16:11:02 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= dos2unix-6.0.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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|