blob: 96c4c83f5cb45723edf624745260d89132b364cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
BROKEN= unfetchable
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xtset man/man1/xtset.1.gz
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|