summaryrefslogtreecommitdiff
path: root/x11/bbrun
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-13 15:54:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-13 15:54:54 +0000
commit8df8617cc835e9e2e653d6f2a0f651eeeaa00405 (patch)
treeaa735946d521b680c1954445a93fe91c7c17cfe1 /x11/bbrun
parentFix build with gcc-3.4 (diff)
Support CFLAGS properly
Support PLIST_FILES Fix WWW: line PR: ports/70414 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=116123
Diffstat (limited to 'x11/bbrun')
-rw-r--r--x11/bbrun/Makefile18
-rw-r--r--x11/bbrun/files/patch-Makefile13
-rw-r--r--x11/bbrun/pkg-descr2
-rw-r--r--x11/bbrun/pkg-plist3
4 files changed, 19 insertions, 17 deletions
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile
index 09ca974c362e..cb2e2fb1f926 100644
--- a/x11/bbrun/Makefile
+++ b/x11/bbrun/Makefile
@@ -7,27 +7,29 @@
PORTNAME= bbrun
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.darkops.net/bbrun/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Run box for Blackbox
-USE_GETOPT_LONG=yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
+
USE_X_PREFIX= yes
USE_GNOME= gtk20
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
-MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin
+PORTDOCS= README
+PLIST_FILES= bin/bbrun
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/x11/bbrun/files/patch-Makefile b/x11/bbrun/files/patch-Makefile
index 14c12ab5b995..e5733a7ff1aa 100644
--- a/x11/bbrun/files/patch-Makefile
+++ b/x11/bbrun/files/patch-Makefile
@@ -1,13 +1,16 @@
---- Makefile.orig Wed Jun 2 23:54:33 2004
-+++ Makefile Wed Jun 2 23:55:08 2004
-@@ -1,5 +1,4 @@
+--- Makefile.orig Wed Feb 11 13:57:17 2004
++++ Makefile Wed Aug 11 03:14:43 2004
+@@ -1,7 +1,6 @@
-CC = gcc
-LIBDIR = -L/usr/lib -L/usr/X11R6/lib
-+LIBDIR = -L${LOCALBASE}/lib -L${X11BASE}/lib
-LIBS = -lXpm `pkg-config --libs gtk+-2.0`
+-CFLAGS = `pkg-config --cflags gtk+-2.0`
++LIBDIR = -L${LOCALBASE}/lib -L${X11BASE}/lib
+LIBS = -lXpm `pkg-config --libs gtk+-2.0` ${LDFLAGS}
- CFLAGS = `pkg-config --cflags gtk+-2.0`
++CFLAGS += `pkg-config --cflags gtk+-2.0`
+ OBJS = bbrun.o \
+ ../wmgeneral/wmgeneral.o \
@@ -11,7 +10,7 @@
all: bbrun
diff --git a/x11/bbrun/pkg-descr b/x11/bbrun/pkg-descr
index b4cb3852e3fa..7824516a3eae 100644
--- a/x11/bbrun/pkg-descr
+++ b/x11/bbrun/pkg-descr
@@ -3,6 +3,6 @@ a simple interface with which you can launch programs. It is
designed to be a part of the Slit. bbrun will maintain a history
file in $HOME/.bbrun_history
-WWW: http://bbtools.windsofstorm.net/
+WWW: http://www.darkops.net/bbrun/
- Adam Weinberger <adamw@FreeBSD.org>
diff --git a/x11/bbrun/pkg-plist b/x11/bbrun/pkg-plist
deleted file mode 100644
index 7e4b2d595b89..000000000000
--- a/x11/bbrun/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bbrun
-%%PORTDOCS%%share/doc/bbrun/README
-%%PORTDOCS%%@dirrm share/doc/bbrun