169b2c7cf5
Changes since 2.2.9: 2008-03-11 david <indent@isidore-it.eu> * Re-baselined to the FreeBSD indent version to avoid onerous constraints in the old BSD license. * Release version 2.2.10 2007-12-11 david <indent@isidore-it.eu> * Added GPL version 3 as the COPYING file. * Added missing documentation of blf and brf as reported by Tom Tromey <tromey@redhat.com> 2007-11-27 Matthew Wilcox <matthew@wil.cx> * extended --indent-label with negative offsets. -il0 now gives no indentation, -il-2 is the default to match the old behaviour. 2007-11-11 Jean-Christophe Dubois <jcd@tribudubois.net> * added --indent-label and --linux-style options. 2007-02-25 david Ingamells <david@ingamells.eu> * Added doxygen profile and updated source to be better documented with doxygen. * Cleanup of code. 2003-09-28 Erik de Castro Lopo <nospam@bogus.example.com> * indent.c Fixed Bug#212320: --blank-lines-after-procedures does not work * indent.c Fixed Bug#206785: indent segfaults on the attached file
34 lines
923 B
Makefile
34 lines
923 B
Makefile
# $NetBSD: Makefile,v 1.53 2013/12/31 16:14:15 jakllsch Exp $
|
|
#
|
|
|
|
DISTNAME= indent-2.2.10
|
|
PKGNAME= g${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/indent/indent.html
|
|
COMMENT= GNU version of pretty-printer for C source code
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
INFO_FILES= yes
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/bin/gindent ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/indent
|
|
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/gindent.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/indent.1
|
|
${LN} -sf ${PREFIX}/bin/gtexinfo2man ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/texinfo2man
|
|
|
|
CONFIGURE_ARGS+= --program-prefix=g
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|