mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmquake
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
|
|
LOCAL/uqs
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Id Software's Quake I in a 64x64 WM dockapp window
|
|
|
|
USES= gmake tar:bzip2
|
|
USE_GNOME= gtk12
|
|
|
|
PLIST_FILES= bin/wmquake
|
|
|
|
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
|
|
|
|
OPTIMIZED_CFLAGS_CFLAGS= -O3 -fomit-frame-pointer -funroll-loops -fno-strength-reduce
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmquake ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|