mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d2184367b3
Reported by: pointyhat
22 lines
350 B
Makefile
22 lines
350 B
Makefile
# New ports collection makefile for: xtset
|
|
# Date created: 7 March 2001
|
|
# Whom: grog
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtset
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.lemis.com/pub/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility to set title on an xterm
|
|
|
|
NO_WRKSUBDIR= YES
|
|
|
|
PLIST_FILES= bin/xtset
|
|
MAN1= xtset.1
|
|
|
|
.include <bsd.port.mk>
|