pkgsrc/www/go-spritewell/buildlink3.mk
ryoon 683bb4da07 www/go-spritewell: import go-spritewell-0.5.0
Spritewell performs image composition on a glob of source images.
This is useful for creating spritesheets of images. This is a thread
safe library and is optimized for multicore systems.
2018-11-18 08:46:07 +00:00

15 lines
459 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:46:07 ryoon Exp $
BUILDLINK_TREE+= go-spritewell
.if !defined(GO_SPRITEWELL_BUILDLINK3_MK)
GO_SPRITEWELL_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-spritewell= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-spritewell?= build
BUILDLINK_API_DEPENDS.go-spritewell+= go-spritewell>=0.5.0
BUILDLINK_PKGSRCDIR.go-spritewell?= ../../www/go-spritewell
.endif # GO_SPRITEWELL_BUILDLINK3_MK
BUILDLINK_TREE+= -go-spritewell