Update editors/libreoffice-sr_Latn to version 5.2.5
[dports.git] / games / xisola / Makefile
1 # Created by: Andrey Zakhvatov
2 # $FreeBSD$
3
4 PORTNAME=       xisola
5 PORTVERSION=    1.0
6 PORTREVISION=   2
7 CATEGORIES=     games
8 MASTER_SITES=   XCONTRIB/games
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Simple board game for X Window System
12
13 WRKSRC=         ${WRKDIR}/${PORTNAME}
14 USES=           imake:noman
15 USE_XORG=       x11 xext xaw xmu xt sm ice
16
17 PLIST_FILES=    bin/xisola
18 PORTDOCS=       README
19
20 OPTIONS_DEFINE= DOCS
21
22 post-install:
23         @${MKDIR} ${STAGEDIR}${DOCSDIR}
24         ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
25
26 .include <bsd.port.mk>