diff options
author | krion <krion@FreeBSD.org> | 2004-05-23 19:10:10 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-23 19:10:10 +0000 |
commit | ecfc94a4b12b69b422ccb5c0abd2427b10196904 (patch) | |
tree | 5ae6094e9dc7eaf55264352a7a67a885ac5225e3 /x11/gmrun | |
parent | 36160a752e0cc21ae77ca6f1fb09071f74204ce2 (diff) | |
download | FreeBSD-ports-ecfc94a4b12b69b422ccb5c0abd2427b10196904.zip FreeBSD-ports-ecfc94a4b12b69b422ccb5c0abd2427b10196904.tar.gz |
- Update to version 0.9.2
PR: ports/67085
Submitted by: Ports Fury
Diffstat (limited to 'x11/gmrun')
-rw-r--r-- | x11/gmrun/Makefile | 25 | ||||
-rw-r--r-- | x11/gmrun/distinfo | 4 | ||||
-rw-r--r-- | x11/gmrun/pkg-descr | 6 | ||||
-rw-r--r-- | x11/gmrun/pkg-plist | 5 |
4 files changed, 19 insertions, 21 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 260295a..b6000da 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 <bsd.port.pre.mk> +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 <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/gmrun/distinfo b/x11/gmrun/distinfo index 4cc1a45..fbc1f0a 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 3a9da3b..9652d13 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 <adamw@FreeBSD.org> diff --git a/x11/gmrun/pkg-plist b/x11/gmrun/pkg-plist deleted file mode 100644 index 552f6da..0000000 --- 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 |