kmos 8ae72cacf6 Fix xcowsay on base-gcc architectures (sparc64 in particular)
base-gcc needs -std=c99 to build

ok sthen
2020-03-03 16:06:12 +00:00

24 lines
558 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/03/03 16:06:12 kmos Exp $
COMMENT = displays a cute cow and message on your desktop
DISTNAME = xcowsay-1.5
CATEGORIES = games
REVISION = 0
HOMEPAGE = https://www.doof.me.uk/xcowsay/
# GPLv3
PERMIT_PACKAGE = Yes
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl pango-1.0
WANTLIB += pangocairo-1.0 pthread
MASTER_SITES = http://www.nickg.me.uk/files/
CONFIGURE_STYLE = gnu
LIB_DEPENDS = x11/gtk+3
CFLAGS += -std=c99
.include <bsd.port.mk>