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
|
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
|
|
|
|
2006-08-15 10:23:59 +02:00
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
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
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-02-01 00:02:29 +01:00
|
|
|
CONFIGURE_ENV= 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>
|