mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
45599537b6
A masterball puzzle for the X Window System. PR: 7018 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
29 lines
671 B
Makefile
29 lines
671 B
Makefile
# New ports collection makefile for: xmball
|
|
# Version required: 5.4.4
|
|
# Date created: 21 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xmball-5.4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
WRKSRC= ${WRKDIR}/xmball
|
|
USE_IMAKE= yes
|
|
MAN1= xmball.1
|
|
|
|
# Not configured to use Motif.
|
|
# Optionally edit ${WRKSRC}/Imakefile before build.
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xmball ${PREFIX}/bin
|
|
@${INSTALL_DATA} ${WRKSRC}/Mball.ad ${PREFIX}/lib/X11/app-defaults/Mball
|
|
@${INSTALL_MAN} ${WRKSRC}/xmball.man ${PREFIX}/man/man1/xmball.1
|
|
|
|
.include <bsd.port.mk>
|