1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Trim Makefile header

- Unbreak with clang using -Wno-error=return-type (old K&R code)

Approved by:	miwi, eadler (mentors, implicit)
This commit is contained in:
Antoine Brodin 2013-05-31 08:11:55 +00:00
parent 56bb308f3e
commit 3f5a6a75b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319469

View File

@ -1,24 +1,22 @@
# New ports collection makefile for: xblackjack
# Date created: 8/16/1996
# Whom: erich@FreeBSD.org
#
# Created by: erich@FreeBSD.org
# $FreeBSD$
#
PORTNAME= xblackjack
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITES= XCONTRIB
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11/Motif blackjack game
COMMENT= X11/Motif blackjack game
LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/lesstif
USE_IMAKE= yes
USE_XORG= x11 xext xp xt xmu
LIB_DEPENDS+= Xm.2:${PORTSDIR}/x11-toolkits/lesstif
MAN1= xblackjack.1
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>