freebsd-ports/games/columns/Makefile

33 lines
646 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= columns
PORTVERSION= 1.2b
PORTREVISION= 6
CATEGORIES= games
# mastersite disappeared in December 2000
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= thierry
DISTNAME= Columns-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice little implementation of columns game for X Window System
USE_SDL= sdl
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/Columns
PORTDOCS= README
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>