xcowsay displays a cute cow and message on your desktop. Inspired by the original cowsay. xcowsay includes all these amazing features: * Fully configurable! * Calculates display time from amount of text * Dream mode -- display images in the bubble * Can draw thought and speech bubbles * Daemon mode! Send your cow messages over DBus! * Three different sized cows provided * fortune(6) wrapper program: xcowfortune -- cow will deliver pearls of wisdom! * Replace the naffness that is xmessage(1) * Should work with any window manager * Supports UTF-8 characters properly
15 lines
313 B
Makefile
15 lines
313 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2008/10/10 19:38:49 leot1990 Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.xcowsay
|
|
|
|
PKG_SUPPORTED_OPTIONS= dbus
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
#
|
|
# D-BUS support
|
|
#
|
|
.if !empty(PKG_OPTIONS:Mdbus)
|
|
CONFIGURE_ARGS+= --enable-dbus
|
|
. include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.endif
|