1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Switch to USES=localbase
- Silence stripping
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-10-19 09:37:11 +00:00
parent cecb7ee9dd
commit 4ddeae8734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552727
2 changed files with 5 additions and 6 deletions

View File

@ -10,17 +10,16 @@ MASTER_SITES= http://www.kokkonen.net/tjko/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= jpeg
USES= jpeg localbase
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ jpeginfo is used to generate informative listings of jpeg
files, and also to check jpeg files for errors. Program
also supports automatic deletion of broken jpegs.
WWW: http://www.kokkonen.net/tjko/projects.html
WWW: https://www.kokkonen.net/tjko/projects.html