aboutsummaryrefslogtreecommitdiffstats
path: root/games/xblackjack/Makefile
blob: 196af010c7ec75e59bc3cb62dd87905b709537a9 (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=   3
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
USE_XORG=   x11 xext xp xt xmu
CFLAGS+=    -Wno-error=return-type

.include <bsd.port.mk>