diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:10:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:10:10 +0000 |
commit | 736d37bd4e8453db31deda809c54c1ff063395ce (patch) | |
tree | 3b0fc8868113a525b56a8880fa99468214b0dab2 /x11/gmrun | |
parent | 31221631d91a4bd4f2f2dfcadf4ae2393bcdea56 (diff) | |
download | ports-736d37bd4e8453db31deda809c54c1ff063395ce.tar.gz ports-736d37bd4e8453db31deda809c54c1ff063395ce.zip |
Notes
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 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 <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 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 <adamw@FreeBSD.org> 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 |