freebsd-ports/games/wmquake/Makefile
Kirill Ponomarev 2a4f6541af Add wmquake 1.1,
Just what you always wanted. Hardcore quake fanatics can
now enjoy their favorite game in a 64x64 window!

PR:		ports/76352
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-02-18 13:58:25 +00:00

38 lines
824 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
CATEGORIES= games
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
MAINTAINER= q@uni.de
COMMENT= Id Software\'s Quake I in a 64x64 WM dockapp window
LIB_DEPENDS+= gdk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_BZIP2= yes
USE_GMAKE= yes
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} pkg-message
.include <bsd.port.mk>