freebsd-ports/sysutils/xfce4-minicmd-plugin/Makefile
Dmitry Sivachenko bfc3c18bc6 New port: xfce4-minicmd-plugin.
Displays a mini-command line on the xfce4-panel.  Uses the same history file as
xfrun4.  Use <Up> and <Down> to scroll through history.  <Enter> executes the
command and <Ctrl>-<Enter> executes the command in a terminal.
2003-08-16 14:54:04 +00:00

24 lines
610 B
Makefile

# New ports collection makefile for: minicmd plugin for xfce4
# Date created: 16 August 2003
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfce4-minicmd-plugin
PORTVERSION= 0.1.1
CATEGORIES= sysutils xfce
MASTER_SITES= http://download.berlios.de/xfce-goodies/
DIST_SUBDIR= xfce4
MAINTAINER= demon@FreeBSD.org
COMMENT= Displays a mini-command line on the xfce4-panel
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>