1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/xcowsay/Makefile
Piotr Kubaj 817bcee4b7 games/xcowsay: fix build on GCC architectures
Use C99 instead of the default C89:
bubblegen.c:186: error: 'for' loop initial declaration used outside C99 mode
2020-02-16 20:24:10 +00:00

32 lines
647 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= xcowsay
PORTVERSION= 1.5
CATEGORIES= games
MASTER_SITES= http://www.nickg.me.uk/files/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graphical configurable talking cow
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= gettext gmake gnome pkgconfig
USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DBUS
DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libdbus-1.so:devel/dbus
DBUS_CFLAGS= -DWITH_DBUS
DBUS_CONFIGURE_ENABLE= dbus
.include <bsd.port.mk>