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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
PORTREVISION= 5
|
1999-09-09 01:42:05 +00:00
|
|
|
CATEGORIES= games
|
2003-10-31 07:51:53 +00:00
|
|
|
# mastersite disappeared in December 2000
|
2005-07-21 08:24:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= thierry
|
2000-10-28 15:41:32 +00:00
|
|
|
DISTNAME= Columns-${PORTVERSION}
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Nice little implementation of columns game for X Window System
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2004-03-08 01:01:31 +00:00
|
|
|
USE_SDL= sdl
|
2000-10-28 15:41:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-09 01:42:05 +00:00
|
|
|
|
2005-07-21 08:24:38 +00:00
|
|
|
DATADIR= ${PREFIX}/share/Columns
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2000-10-28 15:41:32 +00:00
|
|
|
post-install:
|
1999-09-09 01:42:05 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-07-21 08:24:38 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
1999-09-09 01:42:05 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|