1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/games/xkoules/Makefile

39 lines
756 B
Makefile
Raw Normal View History

# New ports collection makefile for: xkoules
# Date created: 11 March 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xkoules
PORTVERSION= 1.4
CATEGORIES= games
MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ \
${MASTER_SITE_SUNSITE}
DISTNAME= koules${PORTVERSION}
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= ports@FreeBSD.org
.if ${MACHINE_ARCH} == "i386"
PLIST_SUB= SNDSRV:=""
.else
PLIST_SUB= SNDSRV:="@comment "
1999-06-22 18:07:45 +00:00
.endif
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>