1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/jpeginfo/Makefile

28 lines
609 B
Makefile
Raw Normal View History

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