freebsd-ports/games/columns/Makefile
Kirill Ponomarev ffc486df06 - Use new knobs from bsd.sdl.mk
Approved by:	portmgr
2004-01-20 21:18:12 +00:00

28 lines
648 B
Makefile

# New ports collection makefile for: columns
# Date created: 26 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= columns
PORTVERSION= 1.2b
CATEGORIES= games
# mastersite disappeared in December 2000
MASTER_SITES= # http://www.rzuser.uni-heidelberg.de/~dheck/columns/
DISTNAME= Columns-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice little implementation of columns game for X Window System
USE_SDL= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/columns
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/columns
.endif
.include <bsd.port.mk>