summaryrefslogtreecommitdiff
path: root/games/oonsoo/Makefile
blob: f1db5ef1414918f405051d023938eb784b12ca11 (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
# 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=	ftp://ftp.redlinelabs.com/pub/oonsoo/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@freebsd.org
COMMENT=	A solitaire card game for X

USE_XLIB=	yes

pre-patch:
	@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin

.include <bsd.port.mk>