freebsd-ports/games/euchre/Makefile

35 lines
791 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:06:51 +01:00
COMMENT= Very popular card game with variable skill levels
PLIST_FILES= bin/euchre
USE_AUTOTOOLS= automake:14 autoconf:213
2003-04-05 23:02:35 +02:00
USE_GNOME= gtk12
CFLAGS+= -include "${FILESDIR}/std-namespace.h" -Werror
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
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
.include <bsd.port.post.mk>