1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/games/wmquake/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

39 lines
811 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= 1
CATEGORIES= games
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
MAINTAINER= q@galgenberg.net
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} pkg-message
.include <bsd.port.mk>