summaryrefslogtreecommitdiff
path: root/graphics/jpegoptim/Makefile
blob: 1dfd729091af18e65ea24a1f729bc252edf70b19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	DirectFB
# Date created:				24 January 2003
# Whom:					Devaux Fabien <fab@gcu.info>
#
# $FreeBSD$
#

PORTNAME=	jpegoptim
PORTVERSION=	1.2.2
CATEGORIES=	graphics
MASTER_SITES=	http://www.cc.jyu.fi/~tjko/src/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utility to optimize jpeg files

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-libjpeg=${LOCALBASE}
MAKE_ARGS=	mandir=${PREFIX}/man

MAN1=		jpegoptim.1
PLIST_FILES=	bin/jpegoptim

.include <bsd.port.mk>