41 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2011/10/21 16:23:45 espie Exp $
COMMENT= concurrent multi-player battle strategy game
1998-05-20 00:02:55 +00:00
DISTNAME= xbattle-5.4.1
2010-11-16 11:23:25 +00:00
REVISION = 1
1998-05-20 00:02:55 +00:00
CATEGORIES= games
2002-10-26 20:44:38 +00:00
MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/
1998-05-20 00:02:55 +00:00
PERMIT_PACKAGE_CDROM= no fee
2000-03-16 23:06:43 +00:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
2000-03-16 23:06:43 +00:00
PERMIT_DISTFILES_FTP= Yes
2007-11-13 14:54:30 +00:00
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb
2000-03-16 23:06:43 +00:00
CONFIGURE_STYLE=imake
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2002-10-26 20:44:38 +00:00
1998-05-20 00:02:55 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xbattle
${INSTALL_DATA_DIR} ${PREFIX}/share/xbattle
@cp $(WRKSRC)/tutorial* $(PREFIX)/share/doc/xbattle/
@cp $(WRKSRC)/README $(PREFIX)/share/doc/xbattle/
@cp -R $(WRKSRC)/xbas $(PREFIX)/share/xbattle/
@cp -R $(WRKSRC)/xbos $(PREFIX)/share/xbattle/
@cp -R $(WRKSRC)/xbts $(PREFIX)/share/xbattle/
@chmod 755 $(PREFIX)/share/doc/xbattle
@chmod 644 $(PREFIX)/share/doc/xbattle/*
@chmod 755 ${PREFIX}/share/xbattle
@chmod 755 ${PREFIX}/share/xbattle/xbas
@chmod 644 ${PREFIX}/share/xbattle/xbas/*
@chmod 755 ${PREFIX}/share/xbattle/xbos
@chmod 644 ${PREFIX}/share/xbattle/xbos/*
@chmod 755 ${PREFIX}/share/xbattle/xbts
@chmod 644 ${PREFIX}/share/xbattle/xbts/*
1998-05-20 00:02:55 +00:00
.include <bsd.port.mk>