blob: 4878380e0d0c32c6f0c0013a1f41d657b34d90c2 (
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
LICENSE= GPLv2
USE_SDL= sdl
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/Columns
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-configure:
@${REINPLACE_CMD} -e '/chmod 0666/d' ${WRKSRC}/Makefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|