mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# 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>
|