# New ports collection makefile for: lander # Date created: 21 Feb 2009 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= lander PORTVERSION= 0.6.2 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lunar Lander clone LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_GETTEXT= yes USE_SDL= sdl image mixer USE_GL= gl glu MAKE_JOBS_SAFE= yes USE_GCC= 4.2+ CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_FILESYSTEM_VERSION=2 LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-boost="${LOCALBASE}" \ --with-boost-filesystem=boost_filesystem PORTDOCS= * DESKTOP_ENTRIES="Lunar Lander" \ "Lunar Lander clone" \ "${DATADIR}/images/ship.png" \ "lander" \ "Game;ArcadeGame;" \ false post-patch: @${REINPLACE_CMD} -e '/LIBS=/ s|-lSDL_|`${SDL_CONFIG} --libs` &|' \ ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include orts-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.brd2018-02-041-0/+1
* - Update to 1.0.2ashish2017-02-066-48/+17
* o Update to 1.0.1philip2016-04-085-16/+82
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-5/+5