summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xmag/xapp_xmag.mk
blob: b55f4f3197e8b48b2ba40336d09351b920ed1790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# xapp_xmag -- X.Org xmag application
#
################################################################################

XAPP_XMAG_VERSION = 1.0.4
XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2
XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMAG_LICENSE = MIT
XAPP_XMAG_LICENSE_FILES = COPYING
XAPP_XMAG_DEPENDENCIES = xlib_libXaw

$(eval $(autotools-package))