1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/misc/grun/Makefile
Thomas Abthorpe a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00

23 lines
469 B
Makefile

# Created by: domi@saargate.de
# $FreeBSD$
PORTNAME= grun
PORTVERSION= 0.8.1
PORTREVISION= 6
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
MAN1= grun.1x
PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>