2007-12-12 19:28:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libpuzzle
|
2009-03-31 09:33:08 +02:00
|
|
|
PORTVERSION= 0.11
|
2013-09-23 17:42:03 +02:00
|
|
|
PORTREVISION= 6
|
2007-12-12 19:28:20 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
|
|
|
|
|
2010-07-28 19:31:01 +02:00
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
2013-07-29 22:23:49 +02:00
|
|
|
COMMENT= Library to find similar pictures
|
2007-12-12 19:28:20 +01:00
|
|
|
|
2011-03-20 23:30:17 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2013-09-23 08:10:04 +02:00
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
2009-03-31 09:33:08 +02:00
|
|
|
|
2007-12-12 19:28:20 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-09-23 08:10:04 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS README THANKS
|
2007-12-12 19:28:20 +01:00
|
|
|
|
2012-12-31 13:00:21 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2007-12-12 19:28:20 +01:00
|
|
|
post-install:
|
2012-12-31 13:00:21 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2013-09-24 13:17:43 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2013-09-23 08:10:04 +02:00
|
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2007-12-12 19:28:20 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|