From ecfc94a4b12b69b422ccb5c0abd2427b10196904 Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 23 May 2004 19:10:10 +0000 Subject: - Update to version 0.9.2 PR: ports/67085 Submitted by: Ports Fury --- x11/gmrun/Makefile | 25 ++++++++++++++----------- x11/gmrun/distinfo | 4 ++-- x11/gmrun/pkg-descr | 6 +++--- x11/gmrun/pkg-plist | 5 ----- 4 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 x11/gmrun/pkg-plist (limited to 'x11') diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 260295a56233..b6000dae0236 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmrun -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,21 +14,25 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + +USE_GCC= 3.3 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_GNOME= gtk20 USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 - -.include +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-stlport -.if ${OSVERSION} < 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -.endif +PORTDOCS= README +PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc +PLIST_DIRS= %%DATADIR%% post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include diff --git a/x11/gmrun/distinfo b/x11/gmrun/distinfo index 4cc1a45cf74c..fbc1f0ad6d86 100644 --- a/x11/gmrun/distinfo +++ b/x11/gmrun/distinfo @@ -1,2 +1,2 @@ -MD5 (gmrun-0.9.tar.gz) = 63344eae843409e25bfa10f26f28d142 -SIZE (gmrun-0.9.tar.gz) = 91706 +MD5 (gmrun-0.9.2.tar.gz) = 6cef37a968006d9496fc56a7099c603c +SIZE (gmrun-0.9.2.tar.gz) = 66097 diff --git a/x11/gmrun/pkg-descr b/x11/gmrun/pkg-descr index 3a9da3b99ff9..9652d1376766 100644 --- a/x11/gmrun/pkg-descr +++ b/x11/gmrun/pkg-descr @@ -3,11 +3,11 @@ gmrun is a very featureful GTK+-2 Run box. Its features include: * Tilde completion * Completion for separate words * Cycleable command history - * Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied - to ~/.gmrunrc + * Configuration file in /usr/X11R6/share/gmrun/gmrunrc, + which can be copied to ~/.gmrunrc * Can spawn commands in a terminal * Intelligent URL handling -WWW: http://students.infoiasi.ro/~mishoo/site/gmrun.epl +WWW: http://dynarch.com/mishoo/gmrun.epl - Adam Weinberger diff --git a/x11/gmrun/pkg-plist b/x11/gmrun/pkg-plist deleted file mode 100644 index 552f6dac75be..000000000000 --- a/x11/gmrun/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/gmrun -share/gnome/gmrun/gmrunrc -%%PORTDOCS%%share/doc/gmrun/README -%%PORTDOCS%%@dirrm share/doc/gmrun -@dirrm share/gnome/gmrun -- cgit