freebsd-ports/games/oneko-sakura/Makefile
Renato Botelho 0dece0670a - Updated the distinfo, the tarball name is now oneko-1.2.sakura.5.tar.gz [1]
- Fix PLIST Problems [1]
- Fix URL in NO_CDROM declaration [2]

PR:		ports/90404 [1]
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1], maintainer [2]
Approved by:	maintainer [1]
2005-12-19 09:17:52 +00:00

33 lines
918 B
Makefile

# New ports collection makefile for: oneko-sakura
# Date created: 25 May 1999
# Whom: HOTARU-YA <hotaru@tail.net>
#
# $FreeBSD$
#
PORTNAME= oneko
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= http://www.daidouji.com/oneko/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5
MAINTAINER= hotaru@tail.net
COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen
USE_IMAKE= yes
USE_REINPLACE= yes
MAN6= oneko.6
PLIST_FILES= bin/oneko
NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION"
pre-configure:
@${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \
${WRKSRC}/Imakefile
@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
post-configure:
@${REINPLACE_CMD} -e 's,^all:: oneko\..*\.html$$,,' \
-e 's,^install.man:: oneko\..*\.html$$,do-nada:,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>