mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d420ebc17b
- STAGE-clean - Do not require tk-wrapper
27 lines
585 B
Makefile
27 lines
585 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stopwatch
|
|
PORTVERSION= 3.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://expect.nist.gov/stopwatch/
|
|
DISTNAME= stopwatch
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Stopwatch enables hand timing much like a physical stopwatch
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-3.4
|
|
USES= tk:run
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/stopwatch
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|