blob: b71847ee74736518bc450787d905313251905fd3 (
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
|
# ex:ts=8
# Ports collection makefile for: gettext-lint
# Date created: Feb 3, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gettext-lint
PORTVERSION= 0.3.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=gettext-lint
MAINTAINER= ports@FreeBSD.org
COMMENT= Check the validity and consistency of PO and POT files
RUN_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
USE_PYTHON= yes
GNU_CONFIGURE= yes
MAKE_ENV= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
MAN1= POFileConsistency.1 POFileChecker.1 POFileSpell.1 POFileFill.1 \
POFileEquiv.1 POFileStatus.1
post-patch:
@${GREP} -lR "@prefix@/share/@PACKAGE@" ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -e "s,@prefix@/share/@PACKAGE@,${PYTHON_SITELIBDIR}/@PACKAGE@,"
.include <bsd.port.mk>
|