pkgsrc/devel/libast/buildlink2.mk
wiz 2d6fcee4fe Initial import of libast, provided by Tracy J. Di Marco White in PR 19392.
DESCR:
The Library of Assorted Spiffy Things (LibAST -  formerly libmej) was
originally designed as a  companion library to Eterm. However, it
contains  many features that other projects may find useful,  so it
has been broken out into its own library.  Features include thorough
debugging and memory  tracking engines, various string manipulation
functions, and a flexible config file parsing engine.
2002-12-26 04:52:19 +00:00

24 lines
661 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $
#
.if !defined(LIBAST_BUILDLINK2_MK)
LIBAST_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libast
BUILDLINK_DEPENDS.libast?= libast>=0.5
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