freebsd-ports/games/oonsoo/Makefile

30 lines
693 B
Makefile
Raw Normal View History

# New ports collection makefile for: oonsoo
# Date created: 23rd June, 1997
# Whom: Joel Sutton <jsutton@bbcon.com.au>
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
1997-06-30 16:35:04 +02:00
PORTNAME= oonsoo
PORTVERSION= 1.2
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
2003-02-20 18:32:26 +01:00
COMMENT= A solitaire card game for X
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/oonsoo
1998-12-22 09:22:54 +01:00
USE_XLIB= yes
2005-04-29 11:30:33 +02:00
MAKEFILE= Makefile.Linux
MAKE_ARGS= CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi" \
SYS_INCLUDE="-I${X11BASE}/include" \
SYS_LIBS="-L${X11BASE}/lib -lX11"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
.include <bsd.port.mk>