blob: c5fdb8b5c66f85c709e099a5e6d9c30ded754c38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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
MAINTAINER= hotaru@tail.net
COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen
CONFLICTS= oneko-2.*
USES= imake
USE_XORG= x11 xext
MAN6= oneko.6
PLIST_FILES= bin/oneko
NO_CDROM= Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION
NO_LATEST_LINK= yes
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>
|