summaryrefslogtreecommitdiffstats
path: root/graphics/ufraw/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /graphics/ufraw/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r--graphics/ufraw/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
deleted file mode 100644
index 339973e30..000000000
--- a/graphics/ufraw/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: UFRaw
-# Date created: Sun 10 Apr 2005 14:44:15 BST
-# Whom: markm@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= ufraw
-PORTVERSION= 0.9.1
-PORTREVISION= 2
-CATEGORIES= graphics gnome
-MASTER_SITES= SF
-
-MAINTAINER= infofarmer@FreeBSD.org
-COMMENT= Read and manipulate raw images from digital cameras
-
-BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-GNU_CONFIGURE= yes
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2
-WANT_GNOME= yes
-
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
- CFLAGS="${CFLAGS} -I ${LOCALBASE}/include"
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
-
-.ifndef WITHOUT_EXIF
-LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
-CONFIGURE_ARGS+= --with-libexif
-.ifndef WITHOUT_EXIV2
-LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
-CONFIGURE_ARGS+= --with-exiv2
-.endif
-.endif
-
-MAN1= ufraw.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 504105
-BROKEN= Needs memmem(3)
-.endif
-
-.include <bsd.port.post.mk>