df4ee67569
This is the Mowitz ("More widgets") library. The project's goal is to create a library of widgets for X applications to use. The widgets have been snarfed from various sources and are all open source (GPL or MIT licenses).
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use Mowitz.
|
|
#
|
|
|
|
.if !defined(MOWITZ_BUILDLINK2_MK)
|
|
MOWITZ_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= Mowitz
|
|
BUILDLINK_DEPENDS.Mowitz?= Mowitz>=0.2.1
|
|
BUILDLINK_PKGSRCDIR.Mowitz?= ../../x11/mowitz
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.Mowitz=Mowitz
|
|
BUILDLINK_PREFIX.Mowitz_DEFAULT=${X11PREFIX}
|
|
BUILDLINK_FILES.Mowitz+= include/Mowitz/*
|
|
BUILDLINK_FILES.Mowitz+= lib/libMowitz.*
|
|
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= Mowitz-buildlink
|
|
|
|
Mowitz-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # MOWITZ_BUILDLINK2_MK
|