mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
29 lines
615 B
Makefile
29 lines
615 B
Makefile
# Created by: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
PORTNAME= liblrdf
|
|
DISTVERSION= 0.6.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GENTOO
|
|
|
|
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:audio/ladspa
|
|
LIB_DEPENDS= libraptor2.so:textproc/raptor2
|
|
|
|
USES= autoreconf libtool pathfix pkgconfig ssl
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/LRDF-${DISTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
|
|
.include <bsd.port.mk>
|