1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/xtset/Makefile
Dmitry Marakasov 0e0d3ecbac - Strip binary
2015-02-26 01:26:34 +00:00

21 lines
386 B
Makefile

# 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
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>