1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/xoris/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
591 B
Makefile

# New ports collection makefile for: xoris
# Date created: 02 April 2006
# Whom: Alexander Gromnizki
#
# $FreeBSD$
#
PORTNAME= xoris
PORTVERSION= 0.1b
PORTREVISION= 1
CATEGORIES= graphics x11
MASTER_SITES= http://gromnizki.unixdev.net/soft/
MAINTAINER= grommizki@unixdev.net
COMMENT= An X11 pixel color grabber
USE_IMAKE= yes
.if !defined(NOPORTDOCS)
SUB_FILES= pkg-message
post-install:
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>