blob: 1cdfbe118aaa7db0f9f5f6e4e3377b4d71901732 (
plain)
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
|
# New ports collection makefile for: xbattle
# Version required: 15.4.1
# Date created: 6 Apr 97
# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
#
# $Id: Makefile,v 1.1.1.1 1997/05/21 03:55:09 asami Exp $
#
DISTNAME= xbattle-5.4.1
CATEGORIES= games
MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
USE_IMAKE= yes
post-install:
$(MKDIR) $(PREFIX)/etc/xbattle
$(CP) -R $(WRKSRC)/xbos $(PREFIX)/etc/xbattle/
$(CP) -R $(WRKSRC)/xbts $(PREFIX)/etc/xbattle/
$(CP) -R $(WRKSRC)/xbas $(PREFIX)/etc/xbattle/
.if !defined(NOPORTDOCS)
$(MKDIR) $(PREFIX)/share/doc/xbattle
$(CP) $(WRKSRC)/tutorial* $(PREFIX)/share/doc/xbattle/
$(CP) $(WRKSRC)/README $(PREFIX)/share/doc/xbattle/
.endif
.include <bsd.port.mk>
|