diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:55:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:55:20 +0000 |
commit | ed7e7b9fa548205b6d0dd1edec1130bd390b64b4 (patch) | |
tree | a493f7dd304c9bd5c8e280767730241b473804b9 /databases/tokyocabinet | |
parent | 55047b42eea6c7cc126c689422a0e0e53cae0a19 (diff) | |
download | ports-ed7e7b9fa548205b6d0dd1edec1130bd390b64b4.tar.gz ports-ed7e7b9fa548205b6d0dd1edec1130bd390b64b4.zip |
Notes
Diffstat (limited to 'databases/tokyocabinet')
-rw-r--r-- | databases/tokyocabinet/Makefile | 13 | ||||
-rw-r--r-- | databases/tokyocabinet/pkg-plist | 31 |
2 files changed, 32 insertions, 12 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 019eeb15c2ac..e6f52da0176f 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -11,20 +11,10 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= A modern implementation of DBM - GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes - -MAN1= tcamgr.1 tcamttest.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ - tcfmgr.1 tcfmttest.1 tcftest.1 \ - tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ - tcutest.1 tctmgr.1 tctmttest.1 tcttest.1 -MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \ - tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 \ - tctdb.3 - OPTIONS_DEFINE= DEBUG DEVEL FASTEST LZMA LZO PTHREAD PROFILE SHARED SWAB UYIELD DOCS OPTIONS_DEFAULT= PTHREAD SHARED DEBUG_DESC= Debugging support @@ -38,7 +28,6 @@ SHARED_DESC= Shared build SWAB_DESC= Swapping byte-orders build UYIELD_DESC= Detecting race conditions -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/databases/tokyocabinet/pkg-plist b/databases/tokyocabinet/pkg-plist index bb06fb7985c4..05b0d4eedd42 100644 --- a/databases/tokyocabinet/pkg-plist +++ b/databases/tokyocabinet/pkg-plist @@ -28,3 +28,34 @@ lib/libtokyocabinet.so.%%SHLIB_VER_MAJ%% lib/libtokyocabinet.so.%%SHLIB_VER%% libdata/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi +man/man1/tcamgr.1.gz +man/man1/tcamttest.1.gz +man/man1/tcatest.1.gz +man/man1/tcbmgr.1.gz +man/man1/tcbmttest.1.gz +man/man1/tcbtest.1.gz +man/man1/tcfmgr.1.gz +man/man1/tcfmttest.1.gz +man/man1/tcftest.1.gz +man/man1/tchmgr.1.gz +man/man1/tchmttest.1.gz +man/man1/tchtest.1.gz +man/man1/tctmgr.1.gz +man/man1/tctmttest.1.gz +man/man1/tcttest.1.gz +man/man1/tcucodec.1.gz +man/man1/tcumttest.1.gz +man/man1/tcutest.1.gz +man/man3/tcadb.3.gz +man/man3/tcbdb.3.gz +man/man3/tcfdb.3.gz +man/man3/tchdb.3.gz +man/man3/tclist.3.gz +man/man3/tcmap.3.gz +man/man3/tcmdb.3.gz +man/man3/tcmpool.3.gz +man/man3/tctdb.3.gz +man/man3/tctree.3.gz +man/man3/tcutil.3.gz +man/man3/tcxstr.3.gz +man/man3/tokyocabinet.3.gz |