1998-05-18 11:10:52 +02:00
|
|
|
# New ports collection makefile for: xisola
|
|
|
|
# Date created: 9 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-05-18 11:10:52 +02:00
|
|
|
#
|
|
|
|
|
2000-10-14 21:47:16 +02:00
|
|
|
PORTNAME= xisola
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
1998-05-18 11:10:52 +02:00
|
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
|
2000-10-14 21:47:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Simple board game for X Window System
|
1998-05-18 11:10:52 +02:00
|
|
|
|
2000-10-14 21:47:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
1998-05-18 11:10:52 +02:00
|
|
|
|
2000-10-14 21:47:16 +02:00
|
|
|
post-install:
|
1998-05-18 11:10:52 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-24 03:17:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
1998-05-18 11:10:52 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|