2001-08-09 10:40:58 +02:00
|
|
|
# New ports collection makefile for: jpeginfo
|
|
|
|
# Date created: 9.8.2001
|
|
|
|
# Whom: ache
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-11-25 04:17:11 +01:00
|
|
|
PORTNAME= jpeginfo
|
2005-03-11 12:46:05 +01:00
|
|
|
PORTVERSION= 1.6.0
|
2005-11-25 04:17:11 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/
|
2001-08-09 10:40:58 +02:00
|
|
|
|
2005-11-25 04:17:11 +01:00
|
|
|
MAINTAINER= ache@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones
|
2001-08-09 10:40:58 +02:00
|
|
|
|
2005-11-25 04:17:11 +01:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
2001-08-09 10:40:58 +02:00
|
|
|
|
2005-11-25 04:17:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-09 10:40:58 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2005-05-23 10:46:09 +02:00
|
|
|
MAKE_ARGS= mandir=${PREFIX}/man
|
2001-08-09 10:40:58 +02:00
|
|
|
|
2005-03-11 12:46:05 +01:00
|
|
|
MAN1= jpeginfo.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/jpeginfo
|
2001-08-09 10:40:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|