blob: 79a8d91c68b793fbfb467df1797bb989c2adfca7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Matt Braithwaite <mab@red-bean.com>
# $FreeBSD$
PORTNAME= xwrits
PORTVERSION= 2.26
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Reminds you to take wrist breaks
LICENSE= GPLv2 # only
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xau xdmcp xext xinerama
PLIST_FILES= bin/xwrits \
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>
|