# New ports collection makefile for: urban # Date created: 25 Jan 2004 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= urban PORTVERSION= 1.5.3 CATEGORIES= games MASTER_SITES= http://urban.bengburken.net/files/linux/ DIST_SUBDIR= urban MAINTAINER= jylefort@brutele.be COMMENT= A bloody, violent sidescrolling shoot-em-up LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi \ mikmod:${PORTSDIR}/audio/libmikmod SCOREFILE= /var/games/urban.scores USE_X_PREFIX= yes GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-global-highscore=${SCOREFILE} OPTIONS= CHEAT_CODES "Enable cheat codes" off .include .if defined(WITH_CHEAT_CODES) CONFIGURE_ARGS+= --enable-cheat-codes .endif post-install: ${TOUCH} ${SCOREFILE} ${CHGRP} games ${SCOREFILE} ${CHMOD} g+w ${SCOREFILE} ${CHGRP} games ${PREFIX}/bin/urban ${CHMOD} g+s ${PREFIX}/bin/urban .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} \ ${WRKSRC}/AUTHORS \ ${WRKSRC}/CHEAT \ ${WRKSRC}/NEWS \ ${WRKSRC}/README \ ${WRKSRC}/README.swe \ ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include 'hidden' name='showmsg' value='1'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
/tr>
Commit message (Collapse)AuthorAgeFilesLines
* - Divide ebnetd.sh into 3 scriptstota2013-03-251-3/+1
| | | | | | | | | | | - Set a list of these scripts to USE_RC_SUBR - Use SUB_FILES for pkg-message - Use PLIST_SUB to substitute EBNETD_RUNDIR macro in pkg-plist - Remove obsolete WWW url from pkg-descr - Rename some patch files to pet portlint PR: ports/176866 Submitted by: Yasuhiro KIMURA (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-031-35/+0
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-4/+3
* converters/libiconv:tijl2015-04-152-10/+34
* Cleanup plistantoine2014-11-231-27/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-11