1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/settitle/Makefile
Martin Wilke eb06a2c453 settitle can set the icon and/or window titles of terminal emulator
windows such as those provided by xterm, eterm or Terminal.app.

Useful for tracking your mail or irc windows among the crowd.

Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru> via private mail
Approved by:	krion (mentor)
2006-08-16 21:38:07 +00:00

23 lines
455 B
Makefile

# New ports collection makefile for: settitle
# Date created: 21 April 2002
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
PORTNAME= settitle
PORTVERSION= 1.1.1
CATEGORIES= x11
MASTER_SITES= http://mbsd.msk.ru/dist/
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= A program for setting the title of terminal emulator windows
WRKSRC= ${WRKDIR}/settitle
MAN1= settitle.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/settitle
.include <bsd.port.mk>