freebsd-ports/games/xmball/Makefile
Baptiste Daroussin 60ee3e9d02 Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
2013-06-28 21:48:59 +00:00

26 lines
623 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= xmball
PORTVERSION= 5.5.2
PORTREVISION= 2
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}
USES= imake
USE_XORG= x11 xext xt sm ice
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>