mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
21 lines
385 B
Makefile
21 lines
385 B
Makefile
# Created by: grog
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtset
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.lemis.com/pub/
|
|
|
|
MAINTAINER= grog@FreeBSD.org
|
|
COMMENT= Utility to set title on an xterm
|
|
|
|
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>
|