on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2008/01/18 05:06:40 tnn Exp $
|
|
|
|
DISTNAME= ufraw-0.13
|
|
PKGNAME= gimp-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://ufraw.sourceforge.net/
|
|
COMMENT= GIMP plug-in for raw digicam import
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_TOOLS+= perl:run pod2man
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --enable-mime
|
|
|
|
GCONF_SCHEMAS= ufraw.schemas
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
# This package uses too much C99 code to be patched.
|
|
GCC_REQD+= 3.0
|
|
BUILDLINK_TRANSFORM+= rm:-std=gnu99
|
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../graphics/gimp/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|