freebsd-ports/misc/grun/Makefile

21 lines
453 B
Makefile
Raw Normal View History

# Created by: domi@saargate.de
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= grun
PORTVERSION= 0.8.1
PORTREVISION= 7
CATEGORIES= misc
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= Gtk-launcher similar to the Windows(tm) "Run..." dialog
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-testfile
2014-02-02 17:04:41 +01:00
PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc \
man/man1/grun.1x.gz
.include <bsd.port.mk>