Lines 6-21
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= sqlite3 |
8 |
PORTNAME= sqlite3 |
9 |
PORTVERSION= 1.0.3 |
9 |
PORTVERSION= 1.6.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= databases |
10 |
CATEGORIES= databases |
12 |
MASTER_SITES= http://www.ocaml.info/ocaml_sources/ |
11 |
MASTER_SITES= http://hg.ocaml.info/release/${PKGNAMEPREFIX}${PORTNAME}/archive/ |
13 |
PKGNAMEPREFIX= ocaml- |
12 |
PKGNAMEPREFIX= ocaml- |
14 |
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |
13 |
DISTNAME= release-${PORTVERSION} |
15 |
|
14 |
|
16 |
MAINTAINER= jaapb@kerguelen.org |
15 |
MAINTAINER= jaapb@kerguelen.org |
17 |
COMMENT= OCaml bindings to sqlite3 library |
16 |
COMMENT= OCaml bindings to sqlite3 library |
18 |
|
17 |
|
|
|
18 |
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-release-${PORTVERSION} |
19 |
|
20 |
USE_AUTOTOOLS= autoconf |
21 |
USE_GMAKE= yes |
19 |
USE_SQLITE= yes |
22 |
USE_SQLITE= yes |
20 |
USE_OCAML= yes |
23 |
USE_OCAML= yes |
21 |
USE_OCAML_FINDLIB= yes |
24 |
USE_OCAML_FINDLIB= yes |
Lines 33-44
Link Here
|
33 |
USE_BZIP2= yes |
36 |
USE_BZIP2= yes |
34 |
|
37 |
|
35 |
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |
38 |
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |
36 |
PORTDOCS= README style.css *.html |
39 |
PORTDOCS= style.css *.html |
37 |
|
40 |
|
38 |
post-install: |
41 |
post-install: |
39 |
.if !defined(NOPORTDOCS) |
42 |
.if !defined(NOPORTDOCS) |
40 |
@${MKDIR} ${DOCSDIR} |
43 |
@${MKDIR} ${DOCSDIR} |
41 |
@( cd ${WRKSRC}; ${INSTALL_DATA} README ${DOCSDIR} ) |
|
|
42 |
@( cd ${WRKSRC}/doc;\ |
44 |
@( cd ${WRKSRC}/doc;\ |
43 |
for f in `${FIND} . -type f -print`; do\ |
45 |
for f in `${FIND} . -type f -print`; do\ |
44 |
${INSTALL_DATA} $${f} ${DOCSDIR};\ |
46 |
${INSTALL_DATA} $${f} ${DOCSDIR};\ |