freebsd-ports/games/oneko-sakura/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

36 lines
955 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
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
USE_IMAKE= yes
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>