- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# Created by: Matteo Cypriani <mcy@lm7.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= renameutils
|
|
PORTVERSION= 0.12.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils converters
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
COMMENT= Rename files faster and more easily
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= gls: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>
|