======================================= ============ GeeXboX libnfo =========== == An NFO file parser/writer library == ======================================= Libnfo is a small library used to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. The NFO file format is used by (at least) Enna and XBMC Media Centers. See http://xbmc.org/wiki/?title=Import_-_Export_Library Libnfo is free software - it is licensed under the terms of the GNU/LGPL version 2.1+.
14 lines
349 B
Makefile
14 lines
349 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/11/06 10:53:44 grasmi Exp $
|
|
|
|
BUILDLINK_TREE+= libnfo
|
|
|
|
.if !defined(LIBNFO_BUILDLINK3_MK)
|
|
LIBNFO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libnfo+= libnfo>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.libnfo?= ../../wip/libnfo
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # LIBNFO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libnfo
|