blob: 4d293f9329937cc2f7ab800502ab07370a36c3c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
MAN1= settitle.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/settitle
NO_STAGE= yes
.include <bsd.port.mk>
|