freebsd-ports/games/wmquake/Makefile
Ulrich Spörlein 650bdbbf62 - Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
2010-05-31 07:45:28 +00:00

39 lines
871 B
Makefile

# New ports collection makefile for: games/wmquake
# Date created: 17.01.2005
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#
PORTNAME= wmquake
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
http://people.freebsd.org/~uqs/distfiles/
MAINTAINER= uqs@FreeBSD.org
COMMENT= Id Software\'s Quake I in a 64x64 WM dockapp window
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk12
PLIST_FILES= bin/wmquake
.if defined(WITH_OPTIMIZED_CFLAGS)
CFLAGS+= -O3 -fomit-frame-pointer -funroll-loops -fno-strength-reduce
.endif
pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to enable aggressive optimizations"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmquake ${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>