mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1d349d2977
PR: 22363 Submitted by: Ports Fury
31 lines
649 B
Makefile
31 lines
649 B
Makefile
# New ports collection makefile for: columns
|
|
# Date created: 26 August 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= columns
|
|
PORTVERSION= 1.2b
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.rzuser.uni-heidelberg.de/~dheck/columns/
|
|
DISTNAME= Columns-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/columns
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/columns
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|