2002-06-20 06:47:47 +02:00
|
|
|
# New ports collection makefile for: jpegpixi
|
|
|
|
# Date created: 28 May 2002
|
|
|
|
# Whom: verm@drunkmonk.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jpegpixi
|
2005-11-28 17:56:47 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2002-06-20 06:47:47 +02:00
|
|
|
CATEGORIES= graphics
|
2004-01-12 21:55:06 +01:00
|
|
|
MASTER_SITES= http://www.zero-based.org/software/jpegpixi/
|
2002-06-20 06:47:47 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Useful to correct images from digtal camera with CCD defects
|
2002-06-20 06:47:47 +02:00
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
2002-06-20 06:47:47 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-06-20 06:47:47 +02:00
|
|
|
|
2005-02-01 00:02:29 +01:00
|
|
|
MANLANG= "" de fi fr
|
|
|
|
MAN1= jpeghotp.1 jpegpixi.1
|
|
|
|
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2004-01-12 21:55:06 +01:00
|
|
|
|
2002-06-20 06:47:47 +02:00
|
|
|
.include <bsd.port.mk>
|