1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/libpuzzle/Makefile
Martin Wilke d834ffca41 The Puzzle library 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

PR:		ports/118445
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
2007-12-12 18:28:20 +00:00

38 lines
871 B
Makefile

# New ports collection makefile for: libpuzzle
# Date created: 2007-12-05
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libpuzzle
PORTVERSION= 0.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
MAINTAINER= baptiste.daroussin@gmail.com
COMMENT= A library to find similar pictures
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= AUTHORS COPYING NEWS README THANKS
MAN3= libpuzzle.3 puzzle_set.3
MAN8= puzzle-diff.8
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/THANKS ${DOCSDIR}
.endif
.include <bsd.port.mk>