blob: a135c2409cafa610158721dc8f3ada2aa2f93b04 (
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
|
# Created by: Matteo Cypriani <mcy@lm7.fr>
# $FreeBSD$
PORTNAME= renameutils
PORTVERSION= 0.12.0
CATEGORIES= sysutils converters
MASTER_SITES= SAVANNAH
MAINTAINER= mcy@lm7.fr
COMMENT= Rename files faster and more easily
LICENSE= GPLv3
RUN_DEPENDS= gls:${PORTSDIR}/sysutils/coreutils
GNU_CONFIGURE= yes
USES= readline charsetfix
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
# This should not be needed any more for the next upstream version
post-patch:
@${REINPLACE_CMD} -e 's/($$bindir)/$$(bindir)/' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
|