blob: 91636b97f5f2293d7502d872396d9cacc1c88e59 (
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
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2014-03-10
WRKSRC= ${WRKDIR}/settitle
PLIST_FILES= bin/settitle man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
|