1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/columns/Makefile
Thierry Thomas 0c1871e795 Rescue columns with MASTER_SITE_LOCAL and use PORTDOCS & DATADIR.
Ahh... the image of log wielding, anvil throwing troll just brings a tears
of nostalgy into my eyes... (Ulster, The Trollish Bard)
2005-07-21 08:24:38 +00:00

34 lines
676 B
Makefile

# New ports collection makefile for: columns
# Date created: 26 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= columns
PORTVERSION= 1.2b
PORTREVISION= 1
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/Columns
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>