summaryrefslogtreecommitdiff
path: root/x11/wmblob
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2004-11-30 05:04:25 +0000
committerPatrick Li <pat@FreeBSD.org>2004-11-30 05:04:25 +0000
commit28970609bbf1fb910c96201bed62b1e5d7ef47cf (patch)
tree3ded855743c550f6393f6f59b303d03e5e673f01 /x11/wmblob
parentUpdate to 0.1.2 (diff)
Update to 1.0.3
Notes
Notes: svn path=/head/; revision=122784
Diffstat (limited to 'x11/wmblob')
-rw-r--r--x11/wmblob/Makefile13
-rw-r--r--x11/wmblob/distinfo4
-rw-r--r--x11/wmblob/files/patch-Makefile14
-rw-r--r--x11/wmblob/files/patch-configure28
4 files changed, 39 insertions, 20 deletions
diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile
index 792da4d687af..093149209398 100644
--- a/x11/wmblob/Makefile
+++ b/x11/wmblob/Makefile
@@ -6,19 +6,24 @@
#
PORTNAME= wmblob
-PORTVERSION= 0.0.2
+PORTVERSION= 1.0.3
CATEGORIES= x11 windowmaker
-MASTER_SITES= http://dockapps.org/files/155/205/
+MASTER_SITES= http://dockapps.org/files/155/541/
MAINTAINER= pat@FreeBSD.org
COMMENT= Showing moving blobs
-PLIST_FILES= bin/wmblob
USE_X_PREFIX= yes
USE_XPM= yes
USE_BZIP2= yes
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+
+MAN1= wmblob.1
+PLIST_FILES= bin/wmblob
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/wmblob ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/x11/wmblob/distinfo b/x11/wmblob/distinfo
index b8a3b1e201bc..411559e9180d 100644
--- a/x11/wmblob/distinfo
+++ b/x11/wmblob/distinfo
@@ -1,2 +1,2 @@
-MD5 (wmblob-0.0.2.tar.bz2) = d570624f1456c8b10b8211c717b8d6f9
-SIZE (wmblob-0.0.2.tar.bz2) = 13867
+MD5 (wmblob-1.0.3.tar.bz2) = 5821d20d4e4b86f8ff996320ece2424b
+SIZE (wmblob-1.0.3.tar.bz2) = 160657
diff --git a/x11/wmblob/files/patch-Makefile b/x11/wmblob/files/patch-Makefile
deleted file mode 100644
index e250b999542a..000000000000
--- a/x11/wmblob/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Fri Jan 3 16:42:09 2003
-+++ Makefile Thu Feb 6 12:42:47 2003
-@@ -5,10 +5,9 @@
-
- # change this to your needs:
-
--PREFIX = /usr/X11
- INST_PATH = $(PREFIX)/bin
- LIBDIR = -L/usr/X11R6/lib
--CC = gcc
-+CFLAGS += -I $(PREFIX)/include
-
- #
-
diff --git a/x11/wmblob/files/patch-configure b/x11/wmblob/files/patch-configure
new file mode 100644
index 000000000000..2450bf7fb8f1
--- /dev/null
+++ b/x11/wmblob/files/patch-configure
@@ -0,0 +1,28 @@
+--- configure.orig Mon Nov 29 23:58:10 2004
++++ configure Mon Nov 29 23:59:20 2004
+@@ -2520,13 +2520,13 @@
+ CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+- CFLAGS="-g -O2"
++ CFLAGS=""
+ else
+- CFLAGS="-g"
++ CFLAGS=""
+ fi
+ else
+ if test "$GCC" = yes; then
+- CFLAGS="-O2"
++ CFLAGS=""
+ else
+ CFLAGS=
+ fi
+@@ -4728,7 +4728,7 @@
+
+
+ # compiler flags
+-CFLAGS="$CFLAGS -O2 -Wall"
++CFLAGS="$CFLAGS"
+
+ ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
+