- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
27 lines
625 B
Makefile
27 lines
625 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmquake
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= 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>
|