mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpuzzle
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library to find similar pictures
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= AUTHORS NEWS README THANKS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|