blob: c1ba6a843f531d73ad14dd22cb8e712564eef1c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: settitle
# Date created: 21 April 2002
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
PORTNAME= settitle
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/settitle/ \
ftp://ftp.megamirror.com/pub/ugh/unix/settitle/ \
http://ftp.megamirror.com/pub/ugh/unix/settitle/
MAINTAINER= andrew@ugh.net.au
COMMENT= A program for setting the title of terminal emulator windows
WRKSRC= ${WRKDIR}/settitle
MAN1= settitle.1
MANCOMPRESSED= maybe
.include <bsd.port.mk>
|