1999-09-09 01:42:05 +00:00
|
|
|
# New ports collection makefile for: columns
|
|
|
|
# Date created: 26 August 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= columns
|
2000-10-28 15:41:32 +00:00
|
|
|
PORTVERSION= 1.2b
|
1999-09-09 01:42:05 +00:00
|
|
|
CATEGORIES= games
|
2000-10-28 15:41:32 +00:00
|
|
|
MASTER_SITES= http://www.rzuser.uni-heidelberg.de/~dheck/columns/
|
|
|
|
DISTNAME= Columns-${PORTVERSION}
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2000-02-03 04:54:20 +00:00
|
|
|
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2000-10-28 15:41:32 +00:00
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
|
1999-09-09 01:42:05 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-28 15:41:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2000-10-28 15:41:32 +00:00
|
|
|
post-install:
|
1999-09-09 01:42:05 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-04-02 01:00:24 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/columns
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/columns
|
1999-09-09 01:42:05 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|