Prune devel/py-EnthoughtBase
[dports.git] / devel / libdict / Makefile
1 # Created by: Alex Semenyaka <alex@rinet.ru>
2 # $FreeBSD$
3
4 PORTNAME=       libdict
5 PORTVERSION=    0.2.1
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   LOCAL
9 DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \
10                 avl_insert.pdf:doc empty.pdf:doc
11 EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
12
13 MAINTAINER=     rodrigo@FreeBSD.org
14 COMMENT=        Library providing access to ``dictionary'' data structures
15
16 USES=           gmake
17 MAKEFILE=       GNUmakefile
18 USE_LDCONFIG=   yes
19 MAKE_ARGS=      PREFIX=${STAGEDIR}${PREFIX}
20
21 OPTIONS_DEFINE= DOCS
22
23 post-extract:
24 .       for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
25         @${CP} ${DISTDIR}/${___f} ${WRKSRC}/
26 .       endfor
27
28
29 post-install:
30         @${MKDIR} ${STAGEDIR}${DOCSDIR}
31 .       for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
32         @${CP} ${WRKSRC}/${___f} ${STAGEDIR}${DOCSDIR}
33 .       endfor
34
35 .include <bsd.port.mk>