mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
databases/tinycdb: Simplify Makefile
This commit is contained in:
parent
1c575a8689
commit
606ed4808f
1 changed files with 3 additions and 2 deletions
|
@ -11,13 +11,14 @@ COMMENT= Analogous to cdb, but faster
|
|||
|
||||
LICENSE= PD
|
||||
|
||||
USES= gmake
|
||||
|
||||
ALL_TARGET= static sharedlib
|
||||
INSTALL_TARGET= install install-sharedlib
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so.1
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue