pkgsrc/devel/gindent/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

32 lines
828 B
Makefile

# $NetBSD: Makefile,v 1.38 2004/10/03 00:13:27 tv Exp $
#
DISTNAME= indent-2.2.8a
PKGNAME= g${DISTNAME:S/a/.1/}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://home.hccnet.nl/d.ingamells/
#MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/indent/indent.html
COMMENT= GNU version of pretty-printer for C source code
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
INFO_FILES= indent.info
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"