1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/oonsoo/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
460 B
Makefile

# 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
USE_XLIB= yes
pre-patch:
@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
.include <bsd.port.mk>