# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gmrun # gmrun/Makefile # gmrun/distinfo # gmrun/pkg-comment # gmrun/pkg-descr # gmrun/pkg-plist # echo c - gmrun mkdir -p gmrun > /dev/null 2>&1 echo x - gmrun/Makefile sed 's/^X//' >gmrun/Makefile << 'END-of-gmrun/Makefile' X# New ports collection makefile for: gmrun X# Date created: 26 September 2002 X# Whom: Adam Weinberger X# X# $FreeBSD$ X# X XPORTNAME= gmrun XPORTVERSION= 0.8.1 XCATEGORIES= x11 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= adam@vectors.cx X XBUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOMENG= yes XUSE_GNOME= gnomeprefix gnomehack gtk12 glib12 X Xpost-patch: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|PACKAGE_DATA_DIR\"|\"${PREFIX}/etc|' ${WRKSRC}/src/prefs.cc X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/src/gmrun ${PREFIX}/bin X @${MKDIR} ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/config/gmrunrc ${PREFIX}/etc X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-gmrun/Makefile echo x - gmrun/distinfo sed 's/^X//' >gmrun/distinfo << 'END-of-gmrun/distinfo' XMD5 (gmrun-0.8.1.tar.gz) = b400f09e83bab0b6949dc159c6f27319 END-of-gmrun/distinfo echo x - gmrun/pkg-comment sed 's/^X//' >gmrun/pkg-comment << 'END-of-gmrun/pkg-comment' XA customizable program to run programs, with tab-completion END-of-gmrun/pkg-comment echo x - gmrun/pkg-descr sed 's/^X//' >gmrun/pkg-descr << 'END-of-gmrun/pkg-descr' XThis is a Run... box, allowing you to spawn other programs. X XFeatures X-------- X X * Tilde completion X * Completion for separate words X * Cycleable command history X * Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied X to ~/.gmrunrc X * Can spawn commands in a terminal X * Intelligent URL handling X XWWW: http://sourceforge.net/projects/gmrun X X- Adam Weinberger END-of-gmrun/pkg-descr echo x - gmrun/pkg-plist sed 's/^X//' >gmrun/pkg-plist << 'END-of-gmrun/pkg-plist' Xbin/gmrun Xetc/gmrunrc X%%PORTDOCS%%share/doc/gmrun/README X%%PORTDOCS%%@dirrm share/doc/gmrun END-of-gmrun/pkg-plist exit