freebsd-ports/games/xblackjack/Makefile
Baptiste Daroussin e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00

21 lines
407 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= libXm.so:${PORTSDIR}/x11-toolkits/lesstif
USES= imake
USE_XORG= x11 xext xp xt xmu
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>