2001-08-09 08:40:58 +00:00
|
|
|
# New ports collection makefile for: jpeginfo
|
|
|
|
# Date created: 9.8.2001
|
|
|
|
# Whom: ache
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-11-25 03:17:11 +00:00
|
|
|
PORTNAME= jpeginfo
|
2009-10-17 22:52:48 +00:00
|
|
|
PORTVERSION= 1.6.1
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 1
|
2005-11-25 03:17:11 +00:00
|
|
|
CATEGORIES= graphics
|
2008-02-29 15:46:24 +00:00
|
|
|
MASTER_SITES= http://www.kokkonen.net/tjko/src/
|
2001-08-09 08:40:58 +00:00
|
|
|
|
2010-12-25 16:55:41 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones
|
2001-08-09 08:40:58 +00:00
|
|
|
|
2010-02-05 11:46:55 +00:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
2001-08-09 08:40:58 +00:00
|
|
|
|
2005-11-25 03:17:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-09 08:40:58 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2007-07-23 09:36:51 +00:00
|
|
|
MAKE_ARGS= mandir=${MANPREFIX}/man
|
2001-08-09 08:40:58 +00:00
|
|
|
|
2005-03-11 11:46:05 +00:00
|
|
|
MAN1= jpeginfo.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/jpeginfo
|
2001-08-09 08:40:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|