1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/xoris/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

34 lines
671 B
Makefile

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