mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d0bcea0fbd
empty directories on deinstall.
30 lines
756 B
Makefile
30 lines
756 B
Makefile
# New ports collection makefile for: xbattle
|
|
# Version required: 15.4.1
|
|
# Date created: 6 Apr 97
|
|
# Whom: Pedro Giffuni
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/02/20 18:39:47 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xbattle-5.4.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xbattle.1
|
|
|
|
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>
|