summaryrefslogtreecommitdiff
path: root/misc/grun/Makefile
blob: 0f3585e764b909ab54c3442fc8552f9d989babb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	grun
# Date created:			Sun Jul 18 1999
# Whom:				domi@saargate.de
#
# $FreeBSD$
#

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

MAINTAINER=	domi@saargate.de
COMMENT=	Gtk-launcher similar to the Windows(tm) "Run..." dialog

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

MAN1=		grun.1x

PLIST_FILES=	bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc
PLIST_DIRS=	%%DATADIR%%

.include <bsd.port.mk>