1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/xtset/Makefile

18 lines
320 B
Makefile
Raw Normal View History

2013-03-28 16:07:10 +00:00
# Created by: 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
2013-03-28 16:07:10 +00:00
NO_WRKSUBDIR= YES
2013-10-12 21:54:21 +00:00
PLIST_FILES= bin/xtset man/man1/xtset.1.gz
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>