freebsd-ports/games/wmquake/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

38 lines
818 B
Makefile

# New ports collection makefile for: games/wmquake
# Date created: 17.01.2005
# Whom: Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
#
PORTNAME= wmquake
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
MAINTAINER= uspoerlein@gmail.com
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>