freebsd-ports/games/xcowsay/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

35 lines
765 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= xcowsay
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.nickg.me.uk/files/ \
http://www.predatorlabs.net/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical configurable talking cow
USE_GNOME= gtk20
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/xcowdream \
bin/xcowfortune \
bin/xcowsay \
bin/xcowthink \
share/locale/pt_BR/LC_MESSAGES/xcowsay.mo \
share/locale/ru/LC_MESSAGES/xcowsay.mo \
man/man6/xcowsay.6.gz \
%%DATADIR%%/cow_large.png \
%%DATADIR%%/cow_med.png \
%%DATADIR%%/cow_small.png
OPTIONS_DEFINE= DBUS
DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
DBUS_CFLAGS= -DWITH_DBUS
DBUS_CONFIGURE_ENABLE= dbus
.include <bsd.port.mk>