mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2ebb3d67f9
While here: * Reorder some variables. * Remove post-patch section * Regenerate patch with makepatch Accumulated change log: * Remove a bogus symlink, and release some merged changes that resolve licence issues. * Removed more stale auto* files Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17422
30 lines
627 B
Makefile
30 lines
627 B
Makefile
# Created by: Tilman Linneweh <arved@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|