# New ports collection makefile for: luola # Date created: 20 Jan 2006 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= luola PORTVERSION= 1.3.0 PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://www.luolamies.org/software/luola/ \ http://mirror.amdmi3.ru/distfiles/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ stdlevels-5.2${EXTRACT_SUFX} \ nostalgia-1.1${EXTRACT_SUFX} DIST_SUBDIR= luola MAINTAINER= amdmi3@FreeBSD.org COMMENT= Multiplayer Cave-flying game GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image ttf CONFIGURE_ARGS= --program-prefix='' OPTIONS= SDL_GFX "Enable sdl_gfx for nicer graphics" on \ SOUND "Enable sound" on .include .if defined(WITHOUT_SDL_GFX) CONFIGURE_ARGS+= --disable-sdl-gfx .else USE_SDL+= gfx .endif .if !defined(WITHOUT_SOUND) CONFIGURE_ARGS+= --enable-sound USE_SDL+= mixer .endif post-patch: @${REINPLACE_CMD} -e '/LIBS=.*-lSDL_/ s|\(SDL_[a-z]*\)|\1 `sdl-config --libs`|' ${WRKSRC}/configure post-install: @${INSTALL_DATA} ${WRKDIR}/*.lev ${WRKDIR}/*.png ${DATADIR}/levels .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in README FAQ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include 'h' onchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/riece
Commit message (Expand)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-311-1/+1
* Flavorize and modernize Emacs portsjrm2018-02-021-6/+5
* Chase Emacs updateashish2017-09-121-1/+1
* irc/riece: Back to the pooldbaio2017-06-271-2/+4
* Chase editors/emacs update to version 25.2jrm2017-04-291-1/+1
* add patches for Emacs 25ume2016-10-02