blob: 55e59a1570c7ab0d25f4157fbe526bf72e310518 (
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
|
# Created by: Alexander Gromnitsky
# $FreeBSD$
PORTNAME= xoris
PORTVERSION= 0.1e
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= alexander.gromnitsky@gmail.com
COMMENT= X11 pixel color grabber
USES= imake
USE_XORG= x11
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
SUB_FILES= pkg-message
.endif
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
|