blob: 4f8e080ed52c8ec20474bd7eb6d94c2b30b6df60 (
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
|
# 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= fab@gcu.info
COMMENT= An utility to optimize jpeg files
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libjpeg=${LOCALBASE}
MAN1= jpegoptim.1
.include <bsd.port.mk>
|