diff options
author | leeym <leeym@FreeBSD.org> | 2006-09-22 14:29:25 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-09-22 14:29:25 +0800 |
commit | 39d392cd3496feb9ec73e4ffe45e4d41736cd58d (patch) | |
tree | 56210172c9753a37016b17c1a9ca875ad544cd5a /graphics | |
parent | 22b6b8f9b9f1f761f007fc6755bec67b15d24d89 (diff) | |
download | freebsd-ports-gnome-39d392cd3496feb9ec73e4ffe45e4d41736cd58d.tar.gz freebsd-ports-gnome-39d392cd3496feb9ec73e4ffe45e4d41736cd58d.tar.zst freebsd-ports-gnome-39d392cd3496feb9ec73e4ffe45e4d41736cd58d.zip |
- add php4-imlib2, which is a slave port of php5-imlib2
This extension provides an image manipulation interface using libImlib2.
Imlib2 is a very fast image manipulation library, but without the support
for as many image formats as other libraries such as imagemagick.
WWW: http://pecl.php.net/package/imlib2
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/php4-imlib2/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 42e3c7df0511..331c4241f060 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -489,6 +489,7 @@ SUBDIR += php-magickwand SUBDIR += php4-exif SUBDIR += php4-gd + SUBDIR += php4-imlib2 SUBDIR += php4-ming SUBDIR += php5-exif SUBDIR += php5-gd diff --git a/graphics/php4-imlib2/Makefile b/graphics/php4-imlib2/Makefile new file mode 100644 index 000000000000..a6ab2d09cb72 --- /dev/null +++ b/graphics/php4-imlib2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-imlib2 +# Date created: 18 September 2006 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../graphics/php5-imlib2 + +DEFAULT_PHP_VER=4 + +.include "${MASTERDIR}/Makefile" |