freebsd-ports/textproc/augeas/Makefile
Ade Lovett 8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00

41 lines
1,021 B
Makefile

# vim: ts=8 sw=8
# Ports collection makefile for: textproc/augeas
# Date created: 19 May 2010
# Whom: Russell Jackson <raj@csub.edu>
#
# $FreeBSD$
#
PORTNAME= augeas
PORTVERSION= 0.7.1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://augeas.net/download/
MAINTAINER= raj@csub.edu
COMMENT= A configuration editing tool
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:267 aclocal:110 autoheader:267 automake:110 libtool:22
ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
MAN1= augparse.1 augtool.1
MANCOMPRESSED= no
LENSESDIR= ${PREFIX}/share/augeas/lenses
post-extract:
@${RM} ${WRKSRC}/gnulib/lib/gettext.h
post-patch:
@${REINPLACE_CMD} -e 's:$$(libdir)/pkgconfig:${PREFIX}/libdata/pkgconfig:' ${WRKSRC}/Makefile.am
post-install:
${MKDIR} ${LENSESDIR}/tests
${INSTALL_DATA} ${FILESDIR}/rcconf.aug ${LENSESDIR}/rcconf.aug
${INSTALL_DATA} ${FILESDIR}/test_rcconf.aug ${LENSESDIR}/tests/rcconf.aug
.include <bsd.port.mk>