pkgsrc-wip/freeimage/buildlink3.mk
Niclas Rosenvik 986d17c14a Initial commit of freeimage to pkgsrc-wip.
FreeImage is an Open Source library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications.
2013-11-07 18:42:17 +00:00

12 lines
322 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2013/11/07 18:42:18 nros Exp $
BUILDLINK_TREE+= freeimage
.if !defined(FREEIMAGE_BUILDLINK3_MK)
FREEIMAGE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.freeimage+= freeimage>=3.15.4
BUILDLINK_PKGSRCDIR.freeimage?= ../../wip/freeimage
.endif # FREEIMAGE_BUILDLINK3_MK
BUILDLINK_TREE+= -freeimage