blob: 13e85a0636f22d226a9a5c32b652bbac3ed49058 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Andrew Stevenson <andrew@ugh.net.au>
# $FreeBSD$
PORTNAME= settitle
PORTVERSION= 1.1.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/settitle/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program for setting the title of terminal emulator windows
WRKSRC= ${WRKDIR}/settitle
PLIST_FILES= bin/settitle man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
|