mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
23 lines
443 B
Makefile
23 lines
443 B
Makefile
# New ports collection makefile for: oneko
|
|
# Date created: 5 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oneko
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.cin.nihon-u.ac.jp/pub/Linux/PJE/PJE-0.1.5/sources/xclt/oneko/ \
|
|
http://hp.vector.co.jp/authors/VA004959/oneko/
|
|
|
|
MAINTAINER= candy@kgc.co.jp
|
|
|
|
USE_IMAKE= yes
|
|
MAN6= oneko.6
|
|
|
|
pre-configure:
|
|
@${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|