mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
33e3d901d4
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)
34 lines
671 B
Makefile
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>
|