2001-06-16 12:34:41 +02:00
|
|
|
# New ports collection makefile for: spacearyarya
|
|
|
|
# Date created: 16 June 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spacearyarya
|
2002-02-20 14:15:58 +01:00
|
|
|
PORTVERSION= 1.0.2
|
- 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
|
|
|
PORTREVISION= 3
|
2001-06-16 12:34:41 +02:00
|
|
|
CATEGORIES= games
|
2006-04-09 19:17:31 +02:00
|
|
|
MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \
|
|
|
|
ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
|
|
|
|
ftp://ftp.bsdfr.org/pub/FreeBSD/ports/distfiles/ \
|
|
|
|
ftp://ftp.jpix.ad.jp/pub/FreeBSD/ports/distfiles/
|
2001-06-16 12:34:41 +02:00
|
|
|
DISTNAME= SpaceAryarya-KXL-${PORTVERSION}
|
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-05 17:30:44 +01:00
|
|
|
COMMENT= Space Harrier, the ancient video game like game
|
2001-06-16 12:34:41 +02:00
|
|
|
|
- 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
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/KXL.h:${PORTSDIR}/devel/kxl
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl
|
2001-06-16 12:34:41 +02:00
|
|
|
|
2004-04-10 19:26:55 +02:00
|
|
|
NO_CDROM= Possible copyright infringement
|
2001-06-16 12:34:41 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|