aboutsummaryrefslogtreecommitdiff
path: root/misc/grun/Makefile
blob: 8009d9d916ed9ccb023fb145e7cfe5883b24aeb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: domi@saargate.de
# $FreeBSD$

PORTNAME=	grun
PORTVERSION=	0.8.1
PORTREVISION=	7
CATEGORIES=	misc
MASTER_SITES=	http://www.brettnacher.org/users/dominik/FreeBSD/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gtk-launcher similar to the Windows(tm) "Run..." dialog

USE_GNOME=	gtk12
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--enable-testfile

PLIST_FILES=	bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc \
		man/man1/grun.1x.gz
PLIST_DIRS=	%%DATADIR%%

.include <bsd.port.mk>