Tweak games/blinken version 4.14.3
[dports.git] / games / xblackjack / Makefile
1 # Created by: erich@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       xblackjack
5 PORTVERSION=    2.2
6 PORTREVISION=   3
7 CATEGORIES=     games
8 MASTER_SITES=   XCONTRIB/games
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        X11/Motif blackjack game
12
13 LIB_DEPENDS=    libXm.so:x11-toolkits/lesstif
14
15 USES=           imake tar:Z
16 USE_XORG=       x11 xext xp xt xmu
17 CFLAGS+=        -Wno-error=return-type
18
19 .include <bsd.port.mk>