1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/jpegoptim/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

30 lines
712 B
Makefile

PORTNAME= jpegoptim
DISTVERSION= 1.5.5
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://www.kokkonen.net/tjko/src/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utility to optimize jpeg files
WWW= http://www.kokkonen.net/tjko/projects.html
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cpe gmake jpeg localbase:ldflags
CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes
PLIST_FILES= bin/jpegoptim \
share/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>