1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 0.9.9 (1)

- Reset maintainership back to ports@ since maintainer nolonger uses freebsd
  and notified me he is unable to maintain this port.

PR:		ports/41068 (1)
Submitted by:	Dan Naumov <jago@telefragged.com>
Approved by:	maintainer
This commit is contained in:
Patrick Li 2002-07-30 02:14:22 +00:00
parent d5e5b146cf
commit 65b541c967
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63717
4 changed files with 13 additions and 32 deletions

View File

@ -6,15 +6,18 @@
#
PORTNAME= xqf
PORTVERSION= 0.9.1
PORTVERSION= 0.9.9
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= steve@farrell.org
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GTK= yes
MAN6= xqf.6
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (xqf-0.9.1.tar.gz) = af9826700fbb06f6e0d24edccdc72acf
MD5 (xqf-0.9.9.tar.gz) = 2c2aa41e8016b05f2dd15c7bdea9a25b

View File

@ -1,27 +0,0 @@
--- Makefile.orig Sat Jul 31 14:33:44 1999
+++ Makefile Sun Aug 1 22:21:37 1999
@@ -19,11 +19,11 @@
EXTRA_CFLAGS = -DQSTAT23 # -DCOMPRESSOR_BZIP2 -DDEBUG
-CC = gcc
-CFLAGS = -O2 -g -Wall `gtk-config --cflags` $(EXTRA_CFLAGS)
-LDFLAGS = `gtk-config --libs`
+CC ?= gcc
+CFLAGS += `$(GTK_CONFIG) --cflags` $(EXTRA_CFLAGS)
+LDFLAGS = `$(GTK_CONFIG) --libs`
-INSTALL_ROOT = /usr/local
+INSTALL_ROOT = ${PREFIX}
TARGET = xqf
@@ -46,7 +46,7 @@
$(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
install:
- install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin
+ ${BSD_INSTALL_PROGRAM} $(TARGET) $(INSTALL_ROOT)/bin
dist-clean clean:
rm -f *.[oasi] *~ core $(TARGET) Makefile.old

View File

@ -1 +1,6 @@
bin/xqf
lib/charset.alias
share/locale/ca/LC_MESSAGES/xqf.mo
share/locale/de/LC_MESSAGES/xqf.mo
share/locale/es/LC_MESSAGES/xqf.mo
share/locale/locale.alias