d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 lines
673 B
Makefile
30 lines
673 B
Makefile
# New ports collection makefile for: xmball
|
|
# Date created: 21 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmball
|
|
PORTVERSION= 5.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Masterball puzzle for X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_IMAKE= yes
|
|
MAN1= xmball.1
|
|
MANCOMPRESSED= no
|
|
XFREE86_HTML_MAN= no
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xmball ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/Mball.ad ${PREFIX}/lib/X11/app-defaults/Mball
|
|
${INSTALL_MAN} ${WRKSRC}/xmball.man ${MANPREFIX}/man/man1/xmball.1
|
|
|
|
.include <bsd.port.mk>
|