blob: 41239971effd05e1a9c141ab8666815936a0eb90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# xapp_xmag -- X.Org xmag application
#
################################################################################
XAPP_XMAG_VERSION = 1.0.1
XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2
XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMAG_AUTORECONF = YES
XAPP_XMAG_DEPENDANCIES = xlib_libXaw
$(eval $(call AUTOTARGETS,xapp_xmag))
|