aboutsummaryrefslogtreecommitdiffstats
path: root/games/columns/Makefile
blob: a3d8d812e83897316f41f4c8dc3a9c0829f5fec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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>