34 lines
726 B
Makefile
34 lines
726 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/03/14 09:15:34 sthen Exp $
|
|
|
|
COMMENT = light RDF manipulation with LADSPA plugin support
|
|
DISTNAME = liblrdf-0.4.0
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS = lrdf 0.0 # 0.0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = crypto curl idn m raptor ssl xml2 xslt z
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lrdf/}
|
|
|
|
MODULES = devel/gettext
|
|
|
|
BUILD_DEPENDS = audio/ladspa
|
|
LIB_DEPENDS = textproc/raptor
|
|
|
|
USE_LIBTOOL = yes
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|