mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Add LICENSE
- Strip library
This commit is contained in:
parent
26d1c7e50c
commit
c2ffa98597
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386043
@ -3,13 +3,16 @@
|
||||
|
||||
PORTNAME= liblrdf
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GENTOO/distfiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for manipulating RDF files describing LADSPA plugins
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \
|
||||
libyajl.so:${PORTSDIR}/devel/yajl \
|
||||
@ -22,6 +25,7 @@ USE_GNOME= libxml2 libxslt
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
Loading…
Reference in New Issue
Block a user