1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Change maintainer email to @FreeBSD.org

- Add license (GPLv2)
- Support STAGEDIR
- Add DOCS Option

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-12-17 08:08:59 +00:00
parent abfead70c8
commit 78c21ecb2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336697

View File

@ -6,26 +6,24 @@ PORTVERSION= 2.26
CATEGORIES= deskutils
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
MAINTAINER= nemysis@gmx.ch
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Reminds you to take wrist breaks
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xau xdmcp xext xinerama
PLIST_FILES= bin/xwrits
MAN1= xwrits.1
PLIST_FILES= bin/xwrits \
man/man1/xwrits.1.gz
PORTDOCS= GESTURES NEWS README TODO
NO_STAGE= yes
.include <bsd.port.options.mk>
OPTIONS_DEFINE= DOCS
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>