mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
64987044a4
This means it will slide down from top of your screen if you hit a shortcut key. WWW: http://phrat.de/yeahtools.html PR: ports/123252 Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# New ports collection makefile for: yeahconsole
|
|
# Date created: 30 April 2008
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yeahconsole
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://phrat.de/
|
|
|
|
MAINTAINER= lazyklimm@gmail.com
|
|
COMMENT= quake console-like extension for X terminals
|
|
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/yeahconsole
|
|
|
|
.include <bsd.port.mk>
|