1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11/xtset/Makefile
2020-08-31 05:49:41 +00:00

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>