View | Details | Raw Unified | Return to bug 141053
Collapse All | Expand All

(-)/usr/ports/graphics/ufraw/Makefile (-2 / +6 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	ufraw
8
PORTNAME=	ufraw
9
PORTVERSION=	0.16
9
PORTVERSION=	0.16
10
PORTREVISION=	0
10
PORTREVISION=	1
11
CATEGORIES=	graphics gnome
11
CATEGORIES=	graphics gnome
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
13
Lines 33-39 Link Here
33
OPTIONS=	EXIV2	"EXIF support via exiv2 library"	on	\
33
OPTIONS=	EXIV2	"EXIF support via exiv2 library"	on	\
34
		GIMP	"Install GIMP UFRaw plugin"		on	\
34
		GIMP	"Install GIMP UFRaw plugin"		on	\
35
		LENSFUN	"Build with LenFun library support"	on	\
35
		LENSFUN	"Build with LenFun library support"	on	\
36
		FITS	"Enable FITS output support"		off
36
		FITS	"Enable FITS output support"		off	\
37
		CONTRAST	"Enable contrast setting"	on
37
38
38
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
39
40
Lines 56-61 Link Here
56
.if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so)
57
.if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so)
57
LIB_DEPENDS+=	cfitsio.0:${PORTSDIR}/astro/cfitsio
58
LIB_DEPENDS+=	cfitsio.0:${PORTSDIR}/astro/cfitsio
58
.endif
59
.endif
60
.if !defined(WITHOUT_CONTRAST)
61
CONFIGURE_ARGS+=	--enable-contrast
62
.endif
59
63
60
MAN1=	ufraw.1
64
MAN1=	ufraw.1

Return to bug 141053