2012-12-13 08:51:40 +01:00
|
|
|
# Created by: chinsan
|
2008-09-07 17:10:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xcowsay
|
2010-12-23 20:38:37 +01:00
|
|
|
PORTVERSION= 1.3
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2010-12-23 20:38:37 +01:00
|
|
|
CATEGORIES= games
|
2010-01-13 20:21:48 +01:00
|
|
|
MASTER_SITES= http://www.nickg.me.uk/files/ \
|
|
|
|
http://www.predatorlabs.net/dl/
|
2008-09-07 17:10:57 +02:00
|
|
|
|
2012-12-06 17:39:07 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-11-13 03:20:24 +01:00
|
|
|
COMMENT= Graphical configurable talking cow
|
2008-09-07 17:10:57 +02:00
|
|
|
|
2009-11-02 11:54:06 +01:00
|
|
|
USE_GNOME= gtk20
|
2013-09-02 23:27:53 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2009-11-02 11:54:06 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-09-07 17:10:57 +02:00
|
|
|
|
2009-11-02 11:54:06 +01:00
|
|
|
PLIST_FILES= bin/xcowdream \
|
|
|
|
bin/xcowfortune \
|
|
|
|
bin/xcowsay \
|
|
|
|
bin/xcowthink \
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/xcowsay.mo \
|
2010-12-23 20:38:37 +01:00
|
|
|
share/locale/ru/LC_MESSAGES/xcowsay.mo \
|
2013-11-13 03:20:24 +01:00
|
|
|
man/man6/xcowsay.6.gz \
|
2009-11-02 11:54:06 +01:00
|
|
|
%%DATADIR%%/cow_large.png \
|
|
|
|
%%DATADIR%%/cow_med.png \
|
|
|
|
%%DATADIR%%/cow_small.png
|
2008-09-07 17:10:57 +02:00
|
|
|
|
2016-01-10 16:00:11 +01:00
|
|
|
OPTIONS_DEFINE= DBUS
|
2009-11-02 11:54:06 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
|
2013-11-13 03:20:24 +01:00
|
|
|
DBUS_CFLAGS= -DWITH_DBUS
|
|
|
|
DBUS_CONFIGURE_ENABLE= dbus
|
2008-09-07 17:10:57 +02:00
|
|
|
|
2010-12-23 20:38:37 +01:00
|
|
|
.include <bsd.port.mk>
|