diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /games/xfireworks | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=211584
Diffstat (limited to 'games/xfireworks')
-rw-r--r-- | games/xfireworks/Makefile | 5 | ||||
-rw-r--r-- | games/xfireworks/files/patch-aa | 19 |
2 files changed, 13 insertions, 11 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile index 2fa8b4861c0c..92265d1d2602 100644 --- a/games/xfireworks/Makefile +++ b/games/xfireworks/Makefile @@ -7,15 +7,14 @@ PORTNAME= xfireworks PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Fireworks on X -USE_X_PREFIX= yes - +USE_XORG= x11 MAN1= xfireworks.1 do-install: diff --git a/games/xfireworks/files/patch-aa b/games/xfireworks/files/patch-aa index 508d6c94afdb..dd7d742c5e7d 100644 --- a/games/xfireworks/files/patch-aa +++ b/games/xfireworks/files/patch-aa @@ -1,8 +1,8 @@ ---- Makefile~ Fri Nov 3 05:36:55 2000 -+++ Makefile Fri Nov 3 05:38:11 2000 -@@ -1,7 +1,7 @@ - VERSION = XFireworks-1.3 - PKGNAME = xfireworks-1.3 +--- ./Makefile.orig 2000-08-06 04:00:44.000000000 +0200 ++++ ./Makefile 2008-04-13 01:15:22.000000000 +0200 +@@ -1,18 +1,18 @@ + VERSION = XFireworks-1.4 + PKGNAME = xfireworks-1.4 -PREFIX = /usr/X11R6 -X11BASE = /usr/X11R6 +#PREFIX = /usr/X11R6 @@ -10,9 +10,12 @@ BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/etc -@@ -10,9 +10,9 @@ - XINCLUDEDIR = $(X11BASE)/include - XLIBDIR = $(X11BASE)/lib + MANDIR = $(PREFIX)/man/man1 + +-XINCLUDEDIR = $(X11BASE)/include +-XLIBDIR = $(X11BASE)/lib ++XINCLUDEDIR = $(LOCALBASE)/include ++XLIBDIR = $(LOCALBASE)/lib -CFLAGS = -O +#CFLAGS = -O |