1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/oonsoo/Makefile

29 lines
672 B
Makefile
Raw Normal View History

# Created by: Joel Sutton <jsutton@bbcon.com.au>
1999-08-25 06:06:33 +00:00
# $FreeBSD$
1997-06-30 14:35:04 +00:00
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
2003-02-20 17:32:26 +00:00
COMMENT= A solitaire card game for X
USE_XORG= x11
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/oonsoo
2005-04-29 09:30:33 +00:00
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
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
.include <bsd.port.mk>