mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a gtk-launcher similar to the Windows(tm) "Run..." dialog
PR: 12698 Submitted by: Dominik Brettnacher <domi@saargate.de>
This commit is contained in:
parent
f9a19d3933
commit
cd917812a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21501
27
misc/grun/Makefile
Normal file
27
misc/grun/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: grun
|
||||
# Version required: 0.8.1
|
||||
# Date created: Sun Jul 18 1999
|
||||
# Whom: domi@saargate.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= grun-0.8.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ \
|
||||
ftp://skar.petech.ac.za/pub/gtksoft/
|
||||
|
||||
MAINTAINER= domi@saargate.de
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= grun.1x
|
||||
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/grun/distinfo
Normal file
1
misc/grun/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (grun-0.8.1.tar.gz) = a906b84bee78c951afb0d29e777d1f2d
|
1
misc/grun/pkg-comment
Normal file
1
misc/grun/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a gtk-launcher similar to the Windows(tm) "Run..." dialog
|
5
misc/grun/pkg-descr
Normal file
5
misc/grun/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
gRun is a GTK/X application launcher that looks like the
|
||||
MS Windows 95/98/NT(tm) Run dialog. It has a history function and can
|
||||
optionally distinguish between console and X programs.
|
||||
|
||||
WWW: http://www.geocities.com/ResearchTriangle/Facility/1468/sg/grun.html
|
4
misc/grun/pkg-plist
Normal file
4
misc/grun/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/grun
|
||||
share/grun/consfile
|
||||
share/grun/gassoc
|
||||
@dirrm share/grun
|
Loading…
Reference in New Issue
Block a user