mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
54858b5cf1
- fix and extend download sites - use updated GNUstep ports framework PR: 95401 Submitted by: Andriy Gapon (maintainer)
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# New ports collection makefile for: oolite
|
|
# Date created: 04 Oct 2005
|
|
# Whom: Andriy Gapon <avg@icyb.net.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oolite
|
|
PORTVERSION= ${OOLITE_BASE_VERSION}.${OOLITE_SRC_VERSION}
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://download.berlios.de/oolite-linux/ \
|
|
http://download2.berlios.de/oolite-linux/ \
|
|
ftp://ftp.alioth.net/oolite/
|
|
DISTFILES= ${PORTNAME}-src-${OOLITE_BASE_VERSION}-${OOLITE_SRC_VERSION}${EXTRACT_SUFX} \
|
|
${PORTNAME}-data-${OOLITE_BASE_VERSION}-${OOLITE_DATA_VERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= Trade and combat space simulator, clone of Elite
|
|
|
|
OOLITE_BASE_VERSION= 1.62
|
|
OOLITE_SRC_VERSION= 5
|
|
OOLITE_DATA_VERSION= 5
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-src
|
|
USE_SDL= mixer image gfx
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_GUI= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE= GNUmakefile
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-extract:
|
|
${MV} ${WRKDIR}/${PORTNAME}-data/Resources ${WRKSRC}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s#sdl-config#${SDL_CONFIG}#g" ${WRKSRC}/${MAKEFILE}
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|