blob: f6f01cd788a9873ee2570e95b369bd196f00a54c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|