freebsd-ports/games/xblackjack/Makefile

22 lines
401 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
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
1996-08-16 15:28:47 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= X11/Motif blackjack game
LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/lesstif
1996-08-16 15:28:47 +02:00
USES= imake
USE_XORG= x11 xext xp xt xmu
CFLAGS+= -Wno-error=return-type
1996-08-16 15:28:47 +02:00
.include <bsd.port.mk>