2006-06-11 23:18:41 +02:00
|
|
|
# New ports collection makefile for: xoris
|
|
|
|
# Date created: 02 April 2006
|
2009-01-30 07:05:25 +01:00
|
|
|
# Whom: Alexander Gromnitsky
|
2006-06-11 23:18:41 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xoris
|
2009-01-30 07:05:25 +01:00
|
|
|
PORTVERSION= 0.1e
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 1
|
2009-01-30 07:05:25 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= SF
|
2006-06-11 23:18:41 +02:00
|
|
|
|
2009-01-30 07:05:25 +01:00
|
|
|
MAINTAINER= alexander.gromnitsky@gmail.com
|
2006-06-11 23:18:41 +02:00
|
|
|
COMMENT= An X11 pixel color grabber
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11
|
2006-06-11 23:18:41 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
SUB_FILES= pkg-message
|
2009-01-30 07:05:25 +01:00
|
|
|
.endif
|
2006-06-11 23:18:41 +02:00
|
|
|
|
|
|
|
post-install:
|
2009-01-30 07:05:25 +01:00
|
|
|
@ ${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
2006-06-11 23:18:41 +02:00
|
|
|
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
|
|
|
|
@ ${MKDIR} ${DOCSDIR}
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|