1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/settitle/Makefile
Alex Kozlov f5ac932784 - Remove indefinite article from COMMENT
- Fix MASTER_SITES [1]

PR:	ports/173823 [1]
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
Feature safe:	yes
2012-11-28 12:21:45 +00:00

19 lines
390 B
Makefile

# 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
.include <bsd.port.mk>