46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# New ports collection makefile for: oolite
|
|
# Date created: 04 Oct 2005
|
|
# Whom: Andriy Gapon <avg@icyb.net.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oolite
|
|
PORTVERSION= 1.65
|
|
PORTREVISION= 3
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
|
|
ftp://ftp.alioth.net/%SUBDIR%/:alioth
|
|
MASTER_SITE_SUBDIR= oolite-linux oolite/:alioth
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX}:DEFAULT,alioth \
|
|
${PORTNAME}-${PORTVERSION}-data${EXTRACT_SUFX}:DEFAULT,alioth
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= Trade and combat space simulator, clone of Elite
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
|
|
USE_GL= yes
|
|
USE_SDL= mixer image gfx
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BASE= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
MAKEFILE= GNUmakefile
|
|
MAKE_FLAGS+= debug=no
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g" ${WRKSRC}/${MAKEFILE}
|
|
${REINPLACE_CMD} -e "s|shared_obj|obj|g" ${WRKSRC}/${MAKEFILE}.postamble
|
|
|
|
do-install:
|
|
${MKDIR} ${GNUSTEP_PREFIX}/Local/Applications
|
|
${CP} -R ${WRKSRC}/oolite.app ${GNUSTEP_PREFIX}/Local/Applications
|
|
${STRIP_CMD} ${GNUSTEP_PREFIX}/Local/Applications/oolite.app/oolite
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|