mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add xcowsay, a graphical configurable talking cow.
xcowsay displays a cute cow and message on your desktop. Inspired by the original cowsay. WWW: http://www.doof.me.uk/xcowsay/
This commit is contained in:
parent
f61acf41a1
commit
eb18310aa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220138
@ -902,6 +902,7 @@
|
||||
SUBDIR += xchomp
|
||||
SUBDIR += xcogitate
|
||||
SUBDIR += xconq
|
||||
SUBDIR += xcowsay
|
||||
SUBDIR += xcubes
|
||||
SUBDIR += xdeblock
|
||||
SUBDIR += xdemineur
|
||||
|
37
games/xcowsay/Makefile
Normal file
37
games/xcowsay/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: xcowsay
|
||||
# Date created: 2008/09/07
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xcowsay
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= http://www.nickg.me.uk/files/ LOCAL/chinsan/games
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= A graphical configurable talking cow
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20 gdkpixbuf intlhack
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN6= xcowsay.6
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/xcowsay/distinfo
Normal file
3
games/xcowsay/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xcowsay-1.1.tar.gz) = cf08b324b67d5761158344adcea89402
|
||||
SHA256 (xcowsay-1.1.tar.gz) = e0dd4b753690c650c6bfbb5af9d190fa6bb3d889a491c8553a34ba397ede8bbc
|
||||
SIZE (xcowsay-1.1.tar.gz) = 258978
|
4
games/xcowsay/pkg-descr
Normal file
4
games/xcowsay/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
xcowsay displays a cute cow and message on your desktop. Inspired by the
|
||||
original cowsay.
|
||||
|
||||
WWW: http://www.doof.me.uk/xcowsay/
|
9
games/xcowsay/pkg-plist
Normal file
9
games/xcowsay/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/xcowsay
|
||||
bin/xcowfortune
|
||||
bin/xcowdream
|
||||
bin/xcowthink
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xcowsay.mo
|
||||
%%DATADIR%%/cow_small.png
|
||||
%%DATADIR%%/cow_med.png
|
||||
%%DATADIR%%/cow_large.png
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user