1998-04-27 07:01:11 +02:00
|
|
|
# New ports collection makefile for: xoids
|
|
|
|
# Date created: 16 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-04-27 07:01:11 +02:00
|
|
|
#
|
|
|
|
|
2000-10-14 21:49:18 +02:00
|
|
|
PORTNAME= xoids
|
|
|
|
PORTVERSION= 1.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-10-14 21:49:18 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
1998-04-27 07:01:11 +02:00
|
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
|
2000-10-14 21:49:18 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= X Window Asteroids style game with full color pixmaps
|
1998-04-27 07:01:11 +02:00
|
|
|
|
2000-10-14 21:49:18 +02:00
|
|
|
USE_IMAKE= yes
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2000-10-14 21:49:18 +02:00
|
|
|
MAN6= xoids.6
|
1998-04-27 07:01:11 +02:00
|
|
|
|
2000-10-14 21:49:18 +02:00
|
|
|
post-extract:
|
|
|
|
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
|
|
|
|
|
|
|
|
post-install:
|
1998-04-27 07:01:11 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-24 03:17:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
1998-04-27 07:01:11 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|