summaryrefslogtreecommitdiff
path: root/games/chromium-bsu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/chromium-bsu/Makefile')
-rw-r--r--games/chromium-bsu/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
deleted file mode 100644
index 1b0dda417322..000000000000
--- a/games/chromium-bsu/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: chromium
-# Date created: 17 Dec, 2003
-# Whom: Eric Anholt <anholt@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= chromium
-PORTVERSION= 0.9.12
-PORTREVISION= 6
-CATEGORIES= games
-MASTER_SITES= http://www.reptilelabour.com/software/files/chromium/ \
- http://www.amdmi3.ru/distfiles/
-DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz \
- ${PORTNAME}-data-${PORTVERSION}.tar.gz
-
-MAINTAINER= amdmi3@amdmi3.ru
-COMMENT= An arcade-style, top-scrolling space shooter
-
-LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
- smpeg.1:${PORTSDIR}/multimedia/smpeg \
- openal.0:${PORTSDIR}/audio/openal \
- alut.1:${PORTSDIR}/audio/freealut
-
-USE_GL= glu
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/Chromium-0.9
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lopenal|& -lalut|g' \
- -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/Makefile
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src-setup/Makefile
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/support/glpng/src/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/chromium ${PREFIX}/bin
- ${MKDIR} ${DATADIR}/data
- (cd ${WRKSRC}/data && \
- ${TAR} -c -f - --exclude "*CVS*" --exclude "*xvpics*" png fonts wav) | \
- (cd ${DATADIR}/data && ${TAR} -x -f - )
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC}/data/doc && ${TAR} -c -f - --exclude "*CVS*" *) | \
- (cd ${DOCSDIR} && ${TAR} -x -f - )
-.endif
-
-.include <bsd.port.mk>