1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Martin Wilke a1af97d609 - Unbreak build
Reported by:	pointyhat

Approved by:	portmgr (myself)
2013-03-30 08:32:40 +00:00

38 lines
753 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= xvmines
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= XCONTRIB/../R5contrib
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple minesweeper game for X Window System
LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview
OPTIONS_DEFINE= DOCS
USE_XORG= x11
USE_IMAKE= yes
MAKE_JOBS_SAFE= yes
MANCOMPRESSED= no
MAN6= xvmines.6
PORTDOCS= Copyright
PLIST_FILES= bin/xvmines
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xvmines.man ${MAN6PREFIX}/man/man6/xvmines.6
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Copyright ${DOCSDIR}
.endif
.include <bsd.port.mk>