aboutsummaryrefslogtreecommitdiffstats
path: root/games/airrox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/airrox/Makefile')
-rw-r--r--games/airrox/Makefile66
1 files changed, 0 insertions, 66 deletions
diff --git a/games/airrox/Makefile b/games/airrox/Makefile
deleted file mode 100644
index 81537eb3a9d5..000000000000
--- a/games/airrox/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: airrox
-# Date created: 12 Jul 2005
-# Whom: Alejandro Pulver <alejandro@varnet.biz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= airrox
-PORTVERSION= 0.0.4
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}-0.04
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An 3D Air Hockey, which uses SDL & OpenGL
-
-DEPRECATED= development has ceased
-EXPIRATION_DATE= 2011-04-11
-
-USE_GMAKE= yes
-USE_SDL= mixer net sdl
-USE_GL= glut
-REINPLACE_ARGS= -i ''
-ALL_TARGET= linux
-WRKSRC= ${WRKDIR}/${PORTNAME}/source
-
-OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on
-
-SUB_FILES= pkg-message
-
-DIRS= audio icones imagens meshs texturas
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
-MAKE_ENV+= OPTIMIZED_CFLAGS=yes
-.endif
-
-post-extract:
- @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf
-
-post-patch:
-.for d in ${DIRS}
- @${REINPLACE_CMD} -e 's|../\(${d}/\)|${DATADIR}/\1|' \
- ${WRKSRC}/*.cpp ${WRKSRC}/*.h
-.endfor
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/air ${PREFIX}/bin/${PORTNAME}
- ${MKDIR} ${DATADIR}
-.for d in ${DIRS}
- ${CP} -R ${WRKDIR}/${PORTNAME}/${d} ${DATADIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/config.txt ${DATADIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/readme.txt ${DOCSDIR}
-.endif
-
-post-install:
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
-
-.include <bsd.port.post.mk>
td>5-0/+31 * Update to 1.4.10 and 1.4.99.10bapt2015-02-054-6/+6 * Update pkg to 1.4.9bapt2015-02-054-6/+6 * Update to 1.4.99.8bapt2015-02-052-3/+3 * Update to 1.4.8bapt2015-02-052-3/+3 * Update to 2.16.2.marcus2015-02-052-13/+36 * Switch ports depending on docbook* through a directory name to a package name,antoine2015-01-241-1/+1 * Update to 1.4.99.7bapt2015-01-242-3/+3 * Release 1.4.7:bapt2015-01-232-3/+3 * Remove pkg_install support.mat2015-01-195-250/+21 * Update to 1.4.99.6bapt2015-01-182-3/+3 * Release 1.4.6bapt2015-01-182-3/+3 * Update to 1.4.99.5bapt2015-01-182-3/+3 * Release 1.4.5bapt2015-01-182-3/+3 * Extend the deadline while I work on a pkgng-aware rewrite.des2015-01-131-1/+1 * Mark ports-mgmt/portbuilder as depreciated.dbn2015-01-111-0/+3 * Remove expired ports:rene2015-01-0733-1410/+0 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1 * Update to 1.4.99.4bapt2015-01-022-3/+3 * Release 1.4.4bapt2015-01-022-3/+3 * Update to upstream version 3.2.0riggs2014-12-302-4/+4 * Update to 1.4.3 and 1.4.99.3bapt2014-12-304-6/+6 * ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.confpi2014-12-271-2/+6 * Update pkg to 1.4.2 and pkg-devel to 1.4.99.2:bapt2014-12-274-6/+6 * Update to 1.01gblach2014-12-262-4/+3 * - Add LICENSEsunpoet2014-12-261-0/+3 * Get rid of gnomehierbapt2014-12-231-2/+2 * Release pkg 1.4.1 and 1.4.99.1bapt2014-12-234-6/+6 * Remove useless USESbapt2014-12-221-2/+0 * cleanup plistbapt2014-12-212-3/+0 * Update to version 20141218pawel2014-12-202-3/+3 * - Deprecate and set expiration date to 2015-01-12: Does not support pkgngak2014-12-121-0/+3 * Disable Werror to calm down gccbapt2014-12-092-1/+2 * Update pkg to 1.4.0bapt2014-12-097-81/+7 * - Update to 3.1.1 which fixes pkg(8) crashing in 8.4 jails.bdrewery2014-12-094-8/+8 * Update to 1.4.0 rc3bapt2014-12-082-3/+3 * Update "BSD" license in ports-mgmt categoryfeld2014-12-072-2/+2 * Update "BSD" license.feld2014-12-071-1/+4 * Canonicalize a few licensesantoine2014-12-072-2/+2 * - Deprecate ports and set expiration date to 2015-01-06:ak2014-12-078-0/+24 * Allow building WITH_PKG=develantoine2014-12-062-2/+2 * Update to 1.4.0 rc2bapt2014-12-062-3/+3 * Remove expired port:rene2014-12-068-161/+0 * Update to 1.4.0 rc1bapt2014-12-062-3/+3 * - Resurrect ports-mgmt/pkg-plist, update to 1.4amdmi32014-12-064-0/+49 * Sort subdir listamdmi32014-12-061-1/+1 * Update to 3.1.0.bdrewery2014-12-046-64/+85 * - Update to 3.1.0bdrewery2014-12-042-4/+4 * - Update to 3.1-RC3bdrewery2014-12-022-4/+4 * Remove expired ports:rene2014-12-024-34/+0 * Mark a few ports BROKEN after GNOME 2 removalantoine2014-11-281-0/+2 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2616-45/+19 * Finally retire USE_PGSQLcrees2014-11-233-3/+3 * - Update to 20141117danilo2014-11-232-3/+3 * - Update to checkin e3445da which is 3.1-RC2bdrewery2014-11-202-4/+4 * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-191-0/+2 * Cleanup the @dirrmbapt2014-11-191-7/+0 * Reroll the tarball I was mising some dfly only commits:bapt2014-11-191-2/+2 * Update to 1.4.0.b2bapt2014-11-192-3/+3 * Update to 1.4.0.b1bapt2014-11-182-3/+3 * - Update to checkin 7851588, which is 3.1-RC1bdrewery2014-11-182-4/+5 * - Update to checkin 8d28349bdrewery2014-11-182-4/+4 * Cleanup plistantoine2014-11-1314-147/+4 * Cleanup plistantoine2014-11-121-4/+1 * - update to 1.79dinoex2014-11-114-15/+45 * Remove unneeded @dir entriesbdrewery2014-11-071-6/+0 * - Deprecate and set expiration date to 2014-12-06: Does not work with tcl/tk ...ak2014-11-071-0/+3 * Deprecate.mat2014-11-051-0/+3 * Simplify plistbapt2014-10-311-3/+1 * Simplify plistbapt2014-10-311-4/+1 * Update to 1.4.0.a4bapt2014-10-302-3/+3 * ports-mgmt/portsearch: Update the distfile checksum after thevd2014-10-302-4/+4 * Fix segfault caused by passing a string literal pointer to mkstemp()shurd2014-10-302-2/+2 * Update to 1.4.0 alpha3:bapt2014-10-292-3/+3 * - new port pkgcompareohauer2014-10-295-0/+69 * Sorry I didn't checksum the right filebapt2014-10-291-2/+2 * Update to checkin d2f5c83bdrewery2014-10-292-4/+4 * Update to 1.4.0.alpha2bapt2014-10-292-3/+3 * Update to 2.16.1.marcus2014-10-28