mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Update to 0.18.
- Make portlint happy. PR: ports/135066 Submitted by: Ismail yenigul <ismail.yenigul@endersys.com.tr>
This commit is contained in:
parent
4a00f34ae0
commit
c26a07cfb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235347
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ocrad
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,7 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= lippe@FreeBSD.org
|
||||
COMMENT= OCR program implemented as filter
|
||||
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} CXXFLAGS="${CXXFLAGS}" CXX="${CXX}"
|
||||
@ -23,7 +21,7 @@ CXXFLAGS+= -Wall -W
|
||||
MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu`
|
||||
|
||||
DOCS= AUTHORS COPYING ChangeLog NEWS README TODO INSTALL
|
||||
EXAMPLES= test.pbm test.txt
|
||||
EXAMPLES= test.pbm test.txt check.sh
|
||||
MAN1= ocrad.1
|
||||
|
||||
do-install:
|
||||
@ -35,7 +33,7 @@ do-install:
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/examples/,} ${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/testsuite/,} ${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ocrad-0.17.tar.bz2) = 687c213b3334d5a6c2dcef97805c5882
|
||||
SHA256 (ocrad-0.17.tar.bz2) = eba6cf9bae61dfe7b2633ecb05c282682c2ac998edaa57a13bcb04c0542070ae
|
||||
SIZE (ocrad-0.17.tar.bz2) = 81287
|
||||
MD5 (ocrad-0.18.tar.gz) = 5d2d39e218d7f219e53c08ce07556d66
|
||||
SHA256 (ocrad-0.18.tar.gz) = 259b5c6a3c4b21fe4bc3214834cb1a2274bea005af0f1ae3898573a6ef0c591a
|
||||
SIZE (ocrad-0.18.tar.gz) = 95043
|
||||
|
@ -6,7 +6,8 @@ bin/ocrad
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/test.pbm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/test.txt
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pbm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.sh
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user