freebsd-ports/games/xblackjack/Makefile

20 lines
360 B
Makefile
Raw Normal View History

# Created by: erich@FreeBSD.org
1999-08-25 08:06:33 +02:00
# $FreeBSD$
1996-08-16 15:28:47 +02:00
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
1996-08-16 15:28:47 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= X11/Motif blackjack game
LIB_DEPENDS= libXm.so:x11-toolkits/lesstif
1996-08-16 15:28:47 +02:00
USES= imake tar:Z
USE_XORG= x11 xext xp xt xmu
CFLAGS+= -Wno-error=return-type
1996-08-16 15:28:47 +02:00
.include <bsd.port.mk>