freebsd-ports/games/nsnake/Makefile
Eitan Adler 36ffb32d5a Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
2012-02-08 14:01:32 +00:00

29 lines
608 B
Makefile

# New ports collection makefile for: nsnake
# Date created: 08 March 2011
# Whom: markand
#
# $FreeBSD$
#
PORTNAME= nsnake
PORTVERSION= 1.2.1
CATEGORIES= games
MASTER_SITES= http://softs.malikania.fr/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= markand@malikania.fr
COMMENT= A snake game written in C and ncurses
MAN6= nsnake.6
PLIST_FILES= bin/nsnake
PORTDOCS= LICENSE CHANGELOG
USE_NCURSES= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/CHANGELOG ${DOCSDIR}
.endif
.include <bsd.port.mk>