blob: 8adc83ec72f9874fc7f3e2503073e43356bafe98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Russell Jackson <raj@csub.edu>
PORTNAME= augeas
PORTVERSION= 1.12.0
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://download.augeas.net/
MAINTAINER= puppet@FreeBSD.org
COMMENT= Configuration editing tool
LICENSE= LGPL21
TEST_DEPENDS= bash:shells/bash \
gsed:textproc/gsed
USES= autoreconf cpe gmake gnome libtool pathfix pkgconfig readline
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LENSESDIR= ${PREFIX}/share/augeas/lenses
post-patch:
@${REINPLACE_CMD} -e 's:/bin/bash:/usr/bin/env bash:' ${WRKSRC}/tests/*.sh
@${REINPLACE_CMD} -e 's:sed:gsed:' ${WRKSRC}/tests/test-augtool.sh
@${REINPLACE_CMD} -e 's:/usr/local:${LOCALBASE}:' \
${WRKSRC}/lenses/puppet.aug \
${WRKSRC}/lenses/puppet_auth.aug \
${WRKSRC}/lenses/puppetfileserver.aug
.include <bsd.port.mk>
|