aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-imagick/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-09-11 18:06:13 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-09-11 18:06:13 +0000
commit9ad3555003b2ef8f2454b6706569c8655061680a (patch)
tree1f85edc0fa61012384edf53d759886c52bf30c40 /graphics/pecl-imagick/Makefile
parentda412d866a8b2ddc317a8f34c2e78021edcc5b13 (diff)
downloadports-9ad3555003b2ef8f2454b6706569c8655061680a.tar.gz
ports-9ad3555003b2ef8f2454b6706569c8655061680a.zip
Remove expired leaf ports:
2006-09-01 devel/linux_devtools 2006-09-10 graphics/pecl-imagick 2006-09-01 korean/linux_locale
Notes
Notes: svn path=/head/; revision=172790
Diffstat (limited to 'graphics/pecl-imagick/Makefile')
-rw-r--r--graphics/pecl-imagick/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
deleted file mode 100644
index d1ce65e9e6ca..000000000000
--- a/graphics/pecl-imagick/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: pecl-imagick
-# Date created: 19 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= imagick
-PORTVERSION= 0.9.11
-PORTREVISION= 5
-CATEGORIES= graphics pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A PECL extension to manipulate images
-
-DEPRECATED= Project is dead and does not work
-EXPIRATION_DATE= 2006-09-10
-
-USE_PHP= yes
-USE_PHPEXT= yes
-
-CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
-
-OPTIONS= GM "Use GraphicsMagick backend" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_GM)
-LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick
-.else
-LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick
-CONFIGURE_ARGS+=--with-imagick-gm
-BROKEN= Does not build
-.endif
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>