blob: cfae462fb11f129ce40e3922f9ec923007a1a062 (
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
24
25
26
27
28
29
|
# New ports collection makefile for: oonsoo
# Date created: 23rd June, 1997
# Whom: Joel Sutton <jsutton@bbcon.com.au>
#
# $FreeBSD$
#
PORTNAME= oonsoo
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= http://www2.cddc.vt.edu/linux/games/solitaires/ \
http://sunsite.rediris.es/sites2/ibiblio.org/linux/games/solitaires/ \
ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A solitaire card game for X
PLIST_FILES= bin/oonsoo
USE_XLIB= yes
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>
|