1998-04-19 21:35:22 +00:00
|
|
|
# New ports collection makefile for: xkoules
|
|
|
|
# Date created: 11 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-04-19 21:35:22 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xkoules
|
|
|
|
PORTVERSION= 1.4
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 3
|
1998-07-27 23:25:33 +00:00
|
|
|
CATEGORIES= games
|
2002-03-16 06:46:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= games/arcade/koules
|
|
|
|
DISTNAME= ${PORTNAME:S/^x//}${PORTVERSION}
|
2000-04-14 12:28:40 +00:00
|
|
|
EXTRACT_SUFX= -src.tar.gz
|
1998-04-19 21:35:22 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Fast action arcade-style game for X Window
|
1998-04-19 21:35:22 +00:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= x11 xext
|
1998-04-19 21:35:22 +00:00
|
|
|
MAN6= xkoules.6
|
2009-11-22 19:49:43 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1998-04-19 21:35:22 +00:00
|
|
|
|
2000-10-14 19:48:02 +00:00
|
|
|
post-extract:
|
|
|
|
@${CP} ${WRKSRC}/xkoules.6 ${WRKSRC}/xkoules.man
|
|
|
|
|
|
|
|
post-install:
|
1998-04-19 21:35:22 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-24 02:17:17 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2000-06-22 10:05:54 +00:00
|
|
|
.for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO
|
2001-12-24 02:17:17 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1998-04-19 21:35:22 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2003-10-25 15:13:35 +00:00
|
|
|
.include <bsd.port.mk>
|