|
Lines 6-16
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= tokyocabinet |
8 |
PORTNAME= tokyocabinet |
| 9 |
PORTVERSION= 1.2.7 |
9 |
PORTVERSION= 1.2.11 |
| 10 |
CATEGORIES= databases |
10 |
CATEGORIES= databases |
| 11 |
MASTER_SITES= http://tokyocabinet.sourceforge.net/ |
11 |
MASTER_SITES= http://tokyocabinet.sourceforge.net/ |
| 12 |
|
12 |
|
| 13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= pgollucci@p6m7g8.com |
| 14 |
COMMENT= A modern implementation of DBM |
14 |
COMMENT= A modern implementation of DBM |
| 15 |
|
15 |
|
| 16 |
CONFIGURE_ARGS= --enable-off64 |
16 |
CONFIGURE_ARGS= --enable-off64 |
|
Lines 18-27
Link Here
|
| 18 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
| 19 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
| 20 |
|
20 |
|
|
|
21 |
.if !defined (NO_INSTALL_MANPAGES) |
| 21 |
MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ |
22 |
MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ |
| 22 |
tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ |
23 |
tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ |
| 23 |
tcutest.1 |
24 |
tcutest.1 |
| 24 |
MAN3= tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3 |
25 |
MAN3= tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3 |
|
|
26 |
.endif |
| 25 |
DOCS= COPYING ChangeLog README THANKS |
27 |
DOCS= COPYING ChangeLog README THANKS |
| 26 |
BINS= tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \ |
28 |
BINS= tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \ |
| 27 |
tchtest tcucodec tcumttest tcutest |
29 |
tchtest tcucodec tcumttest tcutest |