freebsd-ports/accessibility/yasr/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

42 lines
936 B
Makefile

# Created by: David K. Gerry
# $FreeBSD$
PORTNAME= yasr
PORTVERSION= 0.6.9
PORTREVISION= 5
CATEGORIES= accessibility
MASTER_SITES= SF
MAINTAINER= David.K.Gerry@GMail.com
COMMENT= General-purpose console screen reader
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS BUGS CREDITS ChangeLog NEWS README TODO \
README-br README-de README-es README-fr README-ru
SUB_FILES= pkg-message
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
PLIST_FILES= bin/yasr \
man/man1/yasr.1.gz \
%%DATADIR%%/yasr.conf \
%%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \
%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>