be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
495 B
Makefile
25 lines
495 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 xorg
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|