diff options
author | pat <pat@FreeBSD.org> | 2002-04-25 07:04:40 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-25 07:04:40 +0800 |
commit | 3dafc2223dbfd66340d38670c526856478ed1c6f (patch) | |
tree | 702cd0caf10aafd9860c58ed08a16db208ada952 /misc/icemc/Makefile | |
parent | fd80e160db8228b2f696c3d91f82ccde614ae9fd (diff) | |
download | freebsd-ports-gnome-3dafc2223dbfd66340d38670c526856478ed1c6f.tar.gz freebsd-ports-gnome-3dafc2223dbfd66340d38670c526856478ed1c6f.tar.zst freebsd-ports-gnome-3dafc2223dbfd66340d38670c526856478ed1c6f.zip |
- Add author patch to fix gcc > 3.0 problems and bump PORTREVISION
- Fix MASTER_SITES and WWW tag in pkg-descr
Submitted by: maintainer
Diffstat (limited to 'misc/icemc/Makefile')
-rw-r--r-- | misc/icemc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile index a67a7b419ae2..4d70910be923 100644 --- a/misc/icemc/Makefile +++ b/misc/icemc/Makefile @@ -7,11 +7,16 @@ PORTNAME= icemc PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= http://www.mittendorfer.com/gm/comp/icemc/ +MASTER_SITES= http://www.algorithm.at/comp/icemc/ MAINTAINER= monkey@crackula.com +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= icemc-0.2.2.patch.tar.gz +PATCH_DIST_STRIP= -p1 + USE_X_PREFIX= yes USE_QT_VER= 2 |