freebsd-ports/games/columns/Makefile
Satoshi Taoka 473b425158 Nice little implementation of columns game for X Window System
PR:		13392
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-09-09 01:42:05 +00:00

35 lines
791 B
Makefile

# New ports collection makefile for: columns
# Version required: 1.1
# Date created: 26 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= columns-1.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.phreax.net/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= SDL.0:${PORTSDIR}/devel/sdl
ALL_TARGET=
USE_X_PREFIX= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/columns ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/columns
@ ${INSTALL_DATA} ${WRKSRC}/*.bmp ${PREFIX}/share/columns
@ ${INSTALL_DATA} ${WRKSRC}/*.ofn ${PREFIX}/share/columns
@ ${INSTALL_DATA} ${WRKSRC}/*.wav ${PREFIX}/share/columns
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/columns
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/columns
.endif
.include <bsd.port.mk>