- Add LICENSE

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2015-05-09 01:31:55 +00:00
parent 847c1e68c5
commit ba85fb7ef1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385851
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= libdnd
PORTVERSION= 1.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://leb.net/offix/
DISTNAME= dnd.${PORTVERSION}
@ -11,6 +11,9 @@ DISTNAME= dnd.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Drag and drop library
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/../COPYING.LIB
USES= tar:tgz
USE_XORG= x11 xmu ice xaw
USE_LDCONFIG= yes
@ -23,6 +26,7 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${STAGEDIR}${DOCSDIR}