summaryrefslogtreecommitdiffstats
path: root/games/xoids/Makefile
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-27 05:01:11 +0000
committermph <mph@FreeBSD.org>1998-04-27 05:01:11 +0000
commit5c60314c9e98f2d14b34fa451adb718629758527 (patch)
tree9af237b5b3c2d2c6a7f60180de6bea76c1177ca5 /games/xoids/Makefile
parente9d069f5335bc4155b8893acfe8ebcdf8afbae03 (diff)
downloadFreeBSD-ports-5c60314c9e98f2d14b34fa451adb718629758527.zip
FreeBSD-ports-5c60314c9e98f2d14b34fa451adb718629758527.tar.gz
Imports of xoids 1.5, an X11 Asteroids clone.
PR: 6048 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xoids/Makefile')
-rw-r--r--games/xoids/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile
new file mode 100644
index 0000000..517874f
--- /dev/null
+++ b/games/xoids/Makefile
@@ -0,0 +1,29 @@
+# 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>
OpenPOWER on IntegriCloud