mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
|
LICENSE= PD
|
||||||
|
|
||||||
|
USES= gmake
|
||||||
|
|
||||||
ALL_TARGET= static sharedlib
|
ALL_TARGET= static sharedlib
|
||||||
INSTALL_TARGET= install install-sharedlib
|
INSTALL_TARGET= install install-sharedlib
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= gmake
|
|
||||||
|
|
||||||
post-install:
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue