6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
24 lines
661 B
Makefile
24 lines
661 B
Makefile
# $NetBSD: buildlink2.mk,v 1.4 2004/01/03 18:49:38 reed Exp $
|
|
#
|
|
|
|
.if !defined(LIBAST_BUILDLINK2_MK)
|
|
LIBAST_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= libast
|
|
BUILDLINK_DEPENDS.libast?= libast>=0.5nb5
|
|
BUILDLINK_PKGSRCDIR.libast?= ../../devel/libast
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.libast=libast
|
|
BUILDLINK_PREFIX.libast_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.libast+= include/libast.h
|
|
BUILDLINK_FILES.libast+= include/libast/*.h
|
|
BUILDLINK_FILES.libast+= lib/libast.*
|
|
|
|
.include "../../devel/pcre/buildlink2.mk"
|
|
.include "../../graphics/imlib2/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= libast-buildlink
|
|
|
|
libast-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # LIBAST_BUILDLINK2_MK
|