diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile new file mode 100644 index 00000000000..3ca471afa2e --- /dev/null +++ b/games/xcubes/Makefile @@ -0,0 +1,25 @@ +# OpenBSD makefile for: xcubes +# Version required: V5.4.1 +# Date created: May 19 1998 +# Whom: Angelos D. Keromytis +# +# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 01:07:21 angelos Exp $ +# + +DISTNAME= xcubes-5.4.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/xpuzzles + +MAINTAINER= angelos@openbsd.org + +WRKSRC= ${WRKDIR}/xcubes +USE_IMAKE= yes +MAN1= xcubes.1 + +post-install: + @${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes + @${INSTALL_MAN} ${WRKSRC}/xcubes.man ${PREFIX}/man/man1/xcubes.1 + +.include diff --git a/games/xcubes/files/md5 b/games/xcubes/files/md5 new file mode 100644 index 00000000000..32c4b60f609 --- /dev/null +++ b/games/xcubes/files/md5 @@ -0,0 +1 @@ +MD5 (xcubes-5.4.1.tar.gz) = 47299f489cca87b7be8df341ec431c0e diff --git a/games/xcubes/pkg/COMMENT b/games/xcubes/pkg/COMMENT new file mode 100644 index 00000000000..607b50bf933 --- /dev/null +++ b/games/xcubes/pkg/COMMENT @@ -0,0 +1 @@ +cube puzzle for X-Window diff --git a/games/xcubes/pkg/DESCR b/games/xcubes/pkg/DESCR new file mode 100644 index 00000000000..b1ac4c6a11a --- /dev/null +++ b/games/xcubes/pkg/DESCR @@ -0,0 +1,3 @@ +XCubes is a puzzle for X Window System. + +Your goal is to exchange the numbered panels to be in order. diff --git a/games/xcubes/pkg/PLIST b/games/xcubes/pkg/PLIST new file mode 100644 index 00000000000..2293404c38e --- /dev/null +++ b/games/xcubes/pkg/PLIST @@ -0,0 +1,3 @@ +bin/xcubes +man/man1/xcubes.1 +lib/X11/app-defaults/Cubes