freebsd-ports/graphics/php-libpuzzle/Makefile
Baptiste Daroussin d87cee3d2d This is the PHP extension of the Puzzle library, which is is designed to
quickly find visually similar images (GIF, PNG, JPG), even if they have been
resized, recompressed, recolored or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.

WWW: http://libpuzzle.pureftpd.org/project/libpuzzle/php

PR:		ports/146723
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
Approved by:	jadawin@ (co-mentor)
2010-08-02 10:18:44 +00:00

35 lines
803 B
Makefile

# New ports collection makefile for: php-libpuzzle
# Date created: 18 May 2010
# Whom: Naram Qashat <cyberbotx@cyberbotx.com>
#
# $FreeBSD$
#
PORTNAME= libpuzzle
PORTVERSION= 0.11
CATEGORIES= graphics
MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
PKGNAMEPREFIX= php-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= PHP extension for Puzzle library to find similar pictures
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
gd.4:${PORTSDIR}/graphics/gd
LICENSE= BSD
LICENSE_FILES= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
.include <bsd.port.mk>