pkgsrc/net/libfilezilla/buildlink3.mk
wiz daac8dca50 Import libfilezilla-0.5.0 as net/libfilezilla.
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:

* A typesafe, multi-threaded event system that's very simple to use
  yet extremely efficient
* Timers for periodic events
* A datetime class that not only tracks timestamp but also their
  accuracy, which simplifies dealing with timestamps originating from
  different sources
* Simple process handling for spawning child processes with redirected
  I/O
2016-04-29 11:54:06 +00:00

12 lines
347 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/04/29 11:54:06 wiz Exp $
BUILDLINK_TREE+= libfilezilla
.if !defined(LIBFILEZILLA_BUILDLINK3_MK)
LIBFILEZILLA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.0
BUILDLINK_PKGSRCDIR.libfilezilla?= ../../net/libfilezilla
.endif # LIBFILEZILLA_BUILDLINK3_MK
BUILDLINK_TREE+= -libfilezilla