mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7fa182a330
Found by: bento
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# New ports collection makefile for: XShipWars-Game-Client
|
|
# Version required: 1.23
|
|
# Date created: Nov 7th 1999
|
|
# Whom: troll
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xshipwars-client-1.23
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://fox.mit.edu/pub/xsw/
|
|
DISTFILES= xsw1.23.tgz stimages1.3.tgz
|
|
|
|
MAINTAINER= troll@digitalspark.net
|
|
|
|
WRKSRC= ${WRKDIR}/xsw1.23/client
|
|
USE_XLIB= YES
|
|
USE_GMAKE= YES
|
|
MAKEFILE= Makefile.FreeBSD
|
|
|
|
post-install:
|
|
@ ${ECHO} "===> Initalizing Sounds Directory"
|
|
@ ${TOUCH} ${PREFIX}/share/xshipwars/sounds/SoundsGoHere
|
|
@ ${ECHO} "===> Installing Default Image Set "
|
|
@ ${MKDIR} ${PREFIX}/share/xshipwars
|
|
@ ${CP} -R ${WRKSRC}/../../images \
|
|
${PREFIX}/share/xshipwars/
|
|
@ chmod -R 744 ${PREFIX}/share/xshipwars
|
|
@ chmod -R a+X ${PREFIX}/share/xshipwars
|
|
@ ${ECHO} "===> Installing Documentation "
|
|
@ ${MKDIR} ${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../README \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../CREDITS \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../DOCS_NOW_ONLINE \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../INSTALL \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../LICENSE \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@${INSTALL_DATA} ${WRKSRC}/../TODO \
|
|
${PREFIX}/share/doc/xshipwars
|
|
@ ${ECHO} "===> Stripping Binary "
|
|
@ strip ${PREFIX}/bin/xsw
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|