1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xblackjack/Makefile
2014-02-16 16:16:53 +00:00

22 lines
401 B
Makefile

# Created by: erich@FreeBSD.org
# $FreeBSD$
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= XCONTRIB
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= X11/Motif blackjack game
LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/lesstif
USES= imake
USE_XORG= x11 xext xp xt xmu
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>