- Add LICENSE
- Add missing library to plist MFH: 2015Q1
This commit is contained in:
parent
4b4e1cf135
commit
862e7d138c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380199
2 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= openzz
|
||||
PORTVERSION= 1.0.4.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Interpreted dynamic parser
|
||||
|
||||
LICENSE= LGPL21 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -9,3 +9,7 @@ lib/libozzi.a
|
|||
lib/libozzi.so
|
||||
lib/libozzi.so.0
|
||||
lib/libozzi.so.0.1.4
|
||||
lib/libtagdtor.a
|
||||
lib/libtagdtor.so
|
||||
lib/libtagdtor.so.0
|
||||
lib/libtagdtor.so.0.0.0
|
||||
|
|
Loading…
Reference in a new issue