1999-09-09 17:09:34 +02:00
|
|
|
# New ports collection makefile for: grun
|
|
|
|
# Date created: Sun Jul 18 1999
|
|
|
|
# Whom: domi@saargate.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= grun
|
|
|
|
PORTVERSION= 0.8.1
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 3
|
1999-09-09 17:09:34 +02:00
|
|
|
CATEGORIES= misc
|
2002-03-05 18:13:24 +01:00
|
|
|
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
|
1999-09-09 17:09:34 +02:00
|
|
|
|
|
|
|
MAINTAINER= domi@saargate.de
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Gtk-launcher similar to the Windows(tm) "Run..." dialog
|
1999-09-09 17:09:34 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-01 17:13:16 +02:00
|
|
|
USE_GNOME= gtk12
|
1999-09-09 17:09:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-07 17:24:38 +01:00
|
|
|
CONFIGURE_ARGS+=--enable-testfile
|
1999-09-09 17:09:34 +02:00
|
|
|
|
|
|
|
MAN1= grun.1x
|
|
|
|
|
2004-12-07 17:24:38 +01:00
|
|
|
PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc
|
|
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
|
1999-09-09 17:09:34 +02:00
|
|
|
.include <bsd.port.mk>
|