aboutsummaryrefslogblamecommitdiff
path: root/games/xblackjack/Makefile
blob: f8476fcc8db606f9ae936708848b8553344af0be (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
 

                          
                 
                     
                              
 
                                 

                                        
                                             
 

                                
                                      
 
                      
# Created by: erich@FreeBSD.org

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>