1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xoids/Makefile
Matthew Hunt d812e4329d Imports of xoids 1.5, an X11 Asteroids clone.
PR:		6048
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-27 05:01:11 +00:00

30 lines
658 B
Makefile

# New ports collection makefile for: xoids
# Version required: 1.5
# Date created: 16 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xoids-1.5
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAN6= xoids.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoids ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/xoids.1x ${PREFIX}/man/man6/xoids.6
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/xoids
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xoids
.endif
.include <bsd.port.mk>