# New ports collection makefile for: oonsoo # Date created: 23rd June, 1997 # Whom: Joel Sutton # # $FreeBSD: ports/games/oonsoo/Makefile,v 1.26 2012/11/17 05:57:47 svnexp Exp $ # PORTNAME= oonsoo PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www4.ncsu.edu/~bwmott/www/oonsoo/distributions/ MASTER_SITE_SUBDIR= games/solitaires EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A solitaire card game for X 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 ${PREFIX}/bin .include