1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/libpuzzle/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

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>