summaryrefslogtreecommitdiff
path: root/games/xblackjack/Makefile
blob: 0e257c3c464b42658f9fd9ced98f0947f5fc10ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: erich@FreeBSD.org
# $FreeBSD$

PORTNAME=	xblackjack
PORTVERSION=	2.2
PORTREVISION=	4
CATEGORIES=	games
MASTER_SITES=	XCONTRIB/games

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X11/Motif blackjack game

LIB_DEPENDS=	libXm.so:x11-toolkits/lesstif

USES=		imake tar:Z xorg
USE_XORG=	x11 xext xt xmu
CFLAGS+=	-Wno-error=return-type

.include <bsd.port.mk>