freebsd-ports/graphics/jpegpixi/Makefile
Rong-En Fan 43691707fc - Pass maintainership to submitter
PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 08:23:59 +00:00

34 lines
765 B
Makefile

# New ports collection makefile for: jpegpixi
# Date created: 28 May 2002
# Whom: verm@drunkmonk.net
#
# $FreeBSD$
#
PORTNAME= jpegpixi
PORTVERSION= 1.1.1
CATEGORIES= graphics
MASTER_SITES= http://www.zero-based.org/software/jpegpixi/
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Useful to correct images from digtal camera with CCD defects
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
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
.include <bsd.port.mk>