2013-09-20 17:36:33 +00:00
|
|
|
# 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
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= oonsoo
|
|
|
|
PORTVERSION= 1.2
|
2012-01-09 02:44:24 +00:00
|
|
|
PORTREVISION= 3
|
1997-06-30 11:42:18 +00:00
|
|
|
CATEGORIES= games
|
2005-07-12 12:10:10 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://www4.ncsu.edu/~bwmott/www/oonsoo/distributions/
|
|
|
|
MASTER_SITE_SUBDIR= games/solitaires
|
2000-04-01 20:24:57 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1997-06-30 11:42:18 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= A solitaire card game for X
|
1997-06-30 11:42:18 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
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" \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
SYS_INCLUDE="-I${LOCALBASE}/include" \
|
|
|
|
SYS_LIBS="-L${LOCALBASE}/lib -lX11"
|
2009-11-20 22:53:09 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1997-06-30 11:42:18 +00:00
|
|
|
|
2013-09-20 17:36:33 +00:00
|
|
|
NO_STAGE= yes
|
1997-06-30 11:42:18 +00:00
|
|
|
do-install:
|
2000-04-19 19:22:03 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
|
1997-06-30 11:42:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|