aboutsummaryrefslogtreecommitdiff
path: root/games/oonsoo/Makefile
blob: 1222b89354470667c7c58313603469a6fdd31770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	oonsoo
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/solitaires \
		http://www4.ncsu.edu/~bwmott/www/oonsoo/distributions/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Solitaire card game for X

USES=		xorg tar:tgz
USE_XORG=	x11
PLIST_FILES=	bin/oonsoo
MAKEFILE=	Makefile.Linux
MAKE_ARGS=	CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi"	\
		SYS_INCLUDE="-I${LOCALBASE}/include"		\
		SYS_LIBS="-L${LOCALBASE}/lib -lX11"
MAKE_JOBS_UNSAFE=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>