summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xmessage/xapp_xmessage.mk
blob: 113d472b570b1943f9569b1306f70d870ac40ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################################################
#
# xapp_xmessage -- display a message or query in a window (X-based /bin/echo)
#
################################################################################

XAPP_XMESSAGE_VERSION = 1.0.1
XAPP_XMESSAGE_SOURCE = xmessage-$(XAPP_XMESSAGE_VERSION).tar.bz2
XAPP_XMESSAGE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMESSAGE_AUTORECONF = YES
XAPP_XMESSAGE_DEPENDANCIES = xlib_libXaw

$(eval $(call AUTOTARGETS,xapp_xmessage))