mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Strip libraries
- Add LICENSE
This commit is contained in:
parent
e7a2af1004
commit
2f3a00c96e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388510
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qdbm
|
PORTNAME= qdbm
|
||||||
PORTVERSION= 1.8.78
|
PORTVERSION= 1.8.78
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://fallabs.com/qdbm/
|
MASTER_SITES= http://fallabs.com/qdbm/
|
||||||
|
|
||||||
|
@ -16,6 +16,9 @@ GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.if !defined(SLAVEPORT)
|
.if !defined(SLAVEPORT)
|
||||||
|
LICENSE= LGPL21 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES+= iconv
|
USES+= iconv
|
||||||
CONFIGURE_ARGS= --enable-bzip --enable-lzo --enable-zlib \
|
CONFIGURE_ARGS= --enable-bzip --enable-lzo --enable-zlib \
|
||||||
--enable-iconv \
|
--enable-iconv \
|
||||||
|
@ -40,6 +43,8 @@ post-build:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${STAGEDIR}${PREFIX}/bin
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||||
|
|
||||||
.else
|
.else
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue