| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/jpegoptim/ |
Upload File : |
PORTNAME= jpegoptim
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utility to optimize jpeg files
WWW= http://www.kokkonen.net/tjko/projects.html #jpegoptim
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cpe jpeg
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= tjko
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE}
MAKE_ENV+= INSTALL_ROOT=${STAGEDIR}
PLIST_FILES= bin/jpegoptim \
man/man1/jpegoptim.1.gz
post-patch:
@${REINPLACE_CMD} -e \
's|^bindir =.*$$|bindir = @bindir@|g ; \
s|^mandir =.*$$|mandir = @mandir@|g ; \
s|$$(INSTALL) -m 755|$$(INSTALL_PROGRAM)|g ; \
s|$$(INSTALL) -m 644|$$(INSTALL_DATA)|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>