Files
ports/games/oneko-sakura/Makefile
T
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

34 lines
910 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= Cat, Sakura or Tomoyo chasing a mouse all over the screen
CONFLICTS= oneko-2.*
USES= imake xorg
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>