32 lines
636 B
Makefile
32 lines
636 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
SUB_FILES= pkg-message
|
|
.endif
|
|
|
|
post-install:
|
|
@ ${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${PREFIX}/bin
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
|
|
@ ${MKDIR} ${DOCSDIR}
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|