1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xhexagons/Makefile
Satoshi Taoka b9113c4794 Hexagons puzzle (similar to Fifteen Puzzle) for X Window System.
PR:		11364
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-05-01 01:58:18 +00:00

30 lines
717 B
Makefile

# New ports collection makefile for: xhexagons
# Version required: 5.4.4
# Date created: 20 May 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xhexagons-5.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/xhexagons
USE_IMAKE= yes
MAN1= xhexagons.1
MANCOMPRESSED= no
# Not configured to use Motif.
# Optionally edit ${WRKSRC}/Imakefile before build.
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${PREFIX}/lib/X11/app-defaults/Hexagons
@${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${PREFIX}/man/man1/xhexagons.1
.include <bsd.port.mk>