- Add LICENSE

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2015-06-05 18:44:56 +00:00
parent 9e80bd3ed9
commit cf699951e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388605

View file

@ -3,13 +3,16 @@
PORTNAME= progsreiserfs
DISTVERSION= 0.3.1-rc8
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities and library to manipulate ReiserFS partitions
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@ -36,4 +39,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \
${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/*
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>