diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-11 19:03:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-11 19:03:05 +0000 |
commit | 2a2fc806f4cf31a3150b8cded5f8c222ca3bc0ef (patch) | |
tree | 49af81393402bde56bdf7143cbe9cb348f3c7fc3 /graphics/openexr-exrdisplay | |
parent | 7575c0c213acda6b7ad67479edb4e5d7dd07fb76 (diff) | |
download | pkgsrc-2a2fc806f4cf31a3150b8cded5f8c222ca3bc0ef.tar.gz |
Untangle dependencies: split out the "exrdisplay" GUI app which needs
fltk from the rest.
Now eg KDE doesn't require fltk anymore which looked a bit strange.
Diffstat (limited to 'graphics/openexr-exrdisplay')
-rw-r--r-- | graphics/openexr-exrdisplay/DESCR | 4 | ||||
-rw-r--r-- | graphics/openexr-exrdisplay/Makefile | 35 | ||||
-rw-r--r-- | graphics/openexr-exrdisplay/PLIST | 2 |
3 files changed, 41 insertions, 0 deletions
diff --git a/graphics/openexr-exrdisplay/DESCR b/graphics/openexr-exrdisplay/DESCR new file mode 100644 index 00000000000..6eb352d7d2a --- /dev/null +++ b/graphics/openexr-exrdisplay/DESCR @@ -0,0 +1,4 @@ +OpenEXR is a high dynamic-range (HDR) image file format developed by +Industrial Light & Magic for use in computer imaging applications. + +This package contains the "exrdisplay" application. diff --git a/graphics/openexr-exrdisplay/Makefile b/graphics/openexr-exrdisplay/Makefile new file mode 100644 index 00000000000..6b9d8661965 --- /dev/null +++ b/graphics/openexr-exrdisplay/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2007/01/11 19:03:05 drochner Exp $ + +DISTNAME= openexr-1.4.0a +PKGNAME= openexr-exrdisplay-1.4.0 +CATEGORIES= games +MASTER_SITES= http://savannah.nongnu.org/download/openexr/ + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.openexr.com/ +COMMENT= GUI for openexr + +CONFLICTS+= openexr<1.4.0nb1 +PATCHDIR= ${.CURDIR}/../../graphics/openexr/patches +DISTINFO_FILE= ${.CURDIR}/../../graphics/openexr/distinfo + +WRKSRC= ${WRKDIR}/openexr-1.4.0 +USE_TOOLS+= gmake +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +PTHREAD_OPTS+= require + +BUILD_DIRS= exrdisplay +INSTALL_DIRS= exrdisplay + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "IRIX" +LDFLAGS+= -lmx +.endif + +.include "../../mk/pthread.buildlink3.mk" +.include "../../graphics/openexr/buildlink3.mk" +.include "../../x11/fltk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/openexr-exrdisplay/PLIST b/graphics/openexr-exrdisplay/PLIST new file mode 100644 index 00000000000..0ec837787b4 --- /dev/null +++ b/graphics/openexr-exrdisplay/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2007/01/11 19:03:05 drochner Exp $ +bin/exrdisplay |