freebsd-ports/games/euchre/Makefile
Martin Wilke 334f15547a - Update to 0.8
PR:		176553
Submitted by:	ports fury
2013-03-26 04:32:02 +00:00

27 lines
585 B
Makefile

# Created by: Frank Laszlo <laszlof@freebsdmatrix.net>
# $FreeBSD$
PORTNAME= euchre
PORTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Very popular card game with variable skill levels
LICENSE= GPLv2 # (or later)
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/euchre
DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true
post-patch:
@${REINPLACE_CMD} -e \
'/^AM_/s|-Werror||' ${WRKSRC}/configure
.include <bsd.port.mk>