freebsd-ports/games/xkoules/Makefile
Kirill Ponomarev b301286759 - Fix build on -current
- Use DOCSDIR

PR:		58521
Submitted by:	Ports Fury
2003-10-25 15:13:35 +00:00

34 lines
726 B
Makefile

# New ports collection makefile for: xkoules
# Date created: 11 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xkoules
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade/koules
DISTNAME= ${PORTNAME:S/^x//}${PORTVERSION}
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast action arcade-style game for X Window
USE_IMAKE= yes
MAN6= xkoules.6
post-extract:
@${CP} ${WRKSRC}/xkoules.6 ${WRKSRC}/xkoules.man
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>