mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- Add LICENSE
- Strip libraries
This commit is contained in:
parent
9e80bd3ed9
commit
cf699951e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388605
1 changed files with 7 additions and 1 deletions
|
@ -3,13 +3,16 @@
|
||||||
|
|
||||||
PORTNAME= progsreiserfs
|
PORTNAME= progsreiserfs
|
||||||
DISTVERSION= 0.3.1-rc8
|
DISTVERSION= 0.3.1-rc8
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.cgsecurity.org/
|
MASTER_SITES= http://www.cgsecurity.org/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utilities and library to manipulate ReiserFS partitions
|
COMMENT= Utilities and library to manipulate ReiserFS partitions
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -36,4 +39,7 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \
|
@${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \
|
||||||
${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/*
|
${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/*
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue