2002-11-25 03:48:44 +01:00
|
|
|
# New ports collection Makefile for: euchre
|
|
|
|
# Date created: 23 July 2002
|
|
|
|
# Whom: Frank Laszlo <laszlof@freebsdmatrix.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= euchre
|
2003-04-29 16:33:20 +02:00
|
|
|
PORTVERSION= 0.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-25 03:48:44 +01:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2002-11-25 03:48:44 +01:00
|
|
|
|
2008-08-19 11:18:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Very popular card game with variable skill levels
|
2002-11-25 03:48:44 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/euchre
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= automake:14 autoconf:213
|
2003-04-05 23:02:35 +02:00
|
|
|
USE_GNOME= gtk12
|
2009-04-13 08:14:19 +02:00
|
|
|
CFLAGS+= -include "${FILESDIR}/std-namespace.h" -Werror
|
|
|
|
MAKE_JOBS_SAFE= yes
|
2002-11-25 03:48:44 +01:00
|
|
|
|
2009-05-29 22:42:04 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
|
|
|
|
BROKEN= does not compile
|
|
|
|
.endif
|
|
|
|
|
2009-04-13 08:14:19 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} 's,char,const char,' \
|
|
|
|
${WRKSRC}/src/pixmaps/*.xpm \
|
|
|
|
${WRKSRC}/src/pixmaps/pixmaps.?pp
|
2007-10-02 12:35:11 +02:00
|
|
|
|
2009-05-29 22:42:04 +02:00
|
|
|
.include <bsd.port.post.mk>
|