# New ports collection makefile for: sauerbraten # Date created: 2006-02-01 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= sauerbraten PORTVERSION= 20061204 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_2006_12_04_gui_edition_linux MAINTAINER= acm@FreeBSD.org COMMENT= First person shooter based on Cube USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ACLOCAL=true AUTOCONF=true AUTOMAKE=true CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/src/enet MAKE_ENV+= CXX="${CXX}" BUILD_WRKSRC= ${WRKSRC}/src WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= libenet OPTIONS= CLIENT "Build client" on \ DEDICATED "Build dedicated server" on SUB_FILES= sauer_client sauer_server pkg-message SAUDATDIR= packages data .include .if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) IGNORE= needs at least one executable (CLIENT or DEDICATED) .endif .if ${OSVERSION} < 500000 BROKEN= does not compile .endif .if !defined(WITHOUT_CLIENT) USE_GL= yes USE_SDL= image mixer sdl ALL_TARGET+= client PLIST_SUB+= CLIENT="" SAUER_BIN+= client .else PLIST_SUB+= CLIENT="" .endif .if !defined(WITHOUT_DEDICATED) ALL_TARGET+= server PLIST_SUB+= DEDICATED="" SAUER_BIN+= server .else PLIST_SUB+= DEDICATED="" .endif post-extract: @${FIND} ${WRKSRC} -type d -name CVS -type d -print0 | \ ${XARGS} -0 ${RM} -R post-patch: @${REINPLACE_CMD} -Ee '/^#define (HAS_GETHOSTBY(NAME|ADDR)_R) 1/d' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} do-install: .for f in ${SAUER_BIN} ${INSTALL_SCRIPT} ${WRKDIR}/sauer_${f} ${PREFIX}/bin ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/sauer_${f} ${PREFIX}/libexec .endfor ${MKDIR} ${DATADIR} cd ${WRKSRC} && \ ${FIND} -E ${SAUDATDIR} -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \ ${FIND} -E ${SAUDATDIR} -type f -iregex ".*\.(png|cfg|cgz|jpg|ogg|ogz|txt|mid|md2|md3|ms3d|qc|wav)" \ -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && \ ${FIND} -E * -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ ${FIND} -E * -type f -iregex ".*\.(html|css|jpg)" -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include option value='dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Upgrade linux infrostructure ports from FC3 to FC4.bsam2006-07-103-182/+161
* - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]netchild2006-05-022-15/+13
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-156/+156
* Catch up with distfile rename/update.netchild2006-01-052-5/+5
* Fix RUN_DEPENDS.netchild2005-12-301-3/+2
* Fix a typo in the plist.netchild2005-11-232-2/+2
* Update to 2.4.14.netchild2005-11-213-85/+295
* - Fix plist. [1]netchild2005-11-203-4/+13
* Update to 2.2.4.netchild2005-11-093-37/+45
* - Enable on amd64pav2005-08-191-1/+1
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-182-20/+188
* Update to avoid possible DoS and multiple buffer overflowstrevor2005-06-123-172/+23
* Restore RESTRICTED line.trevor2005-03-151-0/+1
* Chase linux-libtiff dependency after library version change.netchild2005-02-051-2/+2
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-012-25/+179
* Fix dependencies after last commit.trevor2004-12-211-1/+2
* - Adds the dependencies needed to run gtk-query-immodules-2.0 andthierry2004-12-162-41/+17
* SIZEify.trevor2004-03-181-0/+1
* Reverse last two commits. Remove BUILD_DEPENDS line which wastrevor2004-02-091-5/+1
* BROKEN: Build failskris2004-02-07