mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
056ad3997c
- Add WWW: line into pkg/DESCR PR: 18048 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
25 lines
465 B
Makefile
25 lines
465 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.eos.ncsu.edu/pub/bsvc/rohan/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jsutton@bbcon.com.au
|
|
|
|
USE_XLIB= yes
|
|
|
|
pre-patch:
|
|
@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|