mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7d816e6185
PR: 249017 Submitted by: freebsd@dreamchaser.org Reported by: freebsd@dreamchaser.org
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# Created by: grog
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtset
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.lemis.com/pub/
|
|
|
|
MAINTAINER= grog@FreeBSD.org
|
|
COMMENT= Utility to set title on an xterm
|
|
|
|
# LICENSE= NONE
|
|
|
|
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>
|