mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
82fcd40f6c
- Hand maintainership to submitter PR: ports/173849 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
31 lines
563 B
Makefile
31 lines
563 B
Makefile
# Created by: Matt Braithwaite <mab@red-bean.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xwrits
|
|
PORTVERSION= 2.26
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
COMMENT= Reminds you to take wrist breaks
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XORG= ice sm x11 xau xdmcp xext xinerama
|
|
|
|
PLIST_FILES= bin/xwrits
|
|
|
|
MAN1= xwrits.1
|
|
|
|
PORTDOCS= GESTURES NEWS README TODO
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|