mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Strip binary executable and shared library
- Remove WRKSRC - Use PLIST - Bump PORTREVISION for package change - Take maintainership
This commit is contained in:
parent
85bd38b564
commit
6bdb18c22e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376955
2 changed files with 15 additions and 9 deletions
|
@ -3,22 +3,20 @@
|
|||
|
||||
PORTNAME= tinycdb
|
||||
PORTVERSION= 0.78
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Analogous to cdb, but faster
|
||||
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
||||
ALL_TARGET= static sharedlib
|
||||
INSTALL_TARGET= install install-sharedlib
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/cdb include/cdb.h lib/libcdb.a lib/libcdb.so lib/libcdb.so.1 \
|
||||
man/man1/cdb.1.gz man/man3/cdb.3.gz man/man5/cdb.5.gz
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
8
databases/tinycdb/pkg-plist
Normal file
8
databases/tinycdb/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/cdb
|
||||
include/cdb.h
|
||||
lib/libcdb.a
|
||||
lib/libcdb.so
|
||||
lib/libcdb.so.1
|
||||
man/man1/cdb.1.gz
|
||||
man/man3/cdb.3.gz
|
||||
man/man5/cdb.5.gz
|
Loading…
Add table
Reference in a new issue