1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/gnono/Makefile
Andrew Pantyukhin 9ba940b1fc Add port games/gnono:
Gnono is a rewrite for GNOME, under the GPL license, of the Windows
card game WUNO. The objective of this classic game is to discard all
of one's cards before the opponent does, by matching the value or
color of the top discard (or playing a wild card).

WWW: http://sourceforge.net/projects/gnono/
2007-02-18 16:30:38 +00:00

29 lines
597 B
Makefile

# New ports collection makefile for: gnono
# Date created: 18 February 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnono
PORTVERSION= 1.9.1
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Uno card game
USE_BZIP2= yes
USE_GNOME= gtk20 libgnomeui
USE_GMAKE= yes
USE_GETTEXT= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN6= ${PORTNAME}.6
.include <bsd.port.mk>