mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
9ef6f55991
Approved by: portmgr (blanket)
30 lines
630 B
Makefile
30 lines
630 B
Makefile
PORTNAME= xwrits
|
|
PORTVERSION= 2.26
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Reminds you to take wrist breaks
|
|
WWW= https://www.lcdf.org/xwrits/
|
|
|
|
LICENSE= GPLv2 # only
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= xorg
|
|
USE_XORG= ice sm x11 xau xdmcp xext xinerama
|
|
|
|
PLIST_FILES= bin/xwrits \
|
|
share/man/man1/xwrits.1.gz
|
|
|
|
PORTDOCS= GESTURES NEWS README TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|