openbsd-ports/games/xcowsay/Makefile
landry d49d45bced Import xcowsay 1.1:
xcowsay displays a cute cow and message on your desktop. Inspired by the
 original cowsay.
 * Calculates display time from amount of text
 * Dream mode - display images in the bubble
 * fortune(6) wrapper program: xcowfortune - cow will deliver pearls of
 wisdom!
 * Replace the naffness that is xmessage(1)
2009-10-25 11:13:34 +00:00

28 lines
809 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/10/25 11:13:34 landry Exp $
COMMENT = displays a cute cow and message on your desktop
DISTNAME = xcowsay-1.1
CATEGORIES = games
HOMEPAGE = http://www.doof.me.uk/xcowsay/
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.nickg.me.uk/files/
CONFIGURE_STYLE = gnu
MODULES = devel/gettext
LIB_DEPENDS = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread-stubs xcb z
.include <bsd.port.mk>