freebsd-ports/games/oneko-sakura/Makefile
Eitan Adler eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00

33 lines
907 B
Makefile

# Created by: HOTARU-YA <hotaru@tail.net>
# $FreeBSD$
PORTNAME= oneko
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.daidouji.com/oneko/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5
PKGNAMESUFFIX= -sakura
MAINTAINER= ports@FreeBSD.org
COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen
CONFLICTS= oneko-2.*
USES= imake
USE_XORG= x11 xext
PLIST_FILES= bin/oneko \
man/man6/oneko.6.gz
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>