blob: 4e4bde7fcc31208f3b7dd737fe8fbaaf21362973 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: xoris
# Date created: 02 April 2006
# Whom: Alexander Gromnizki
#
# $FreeBSD$
#
PORTNAME= xoris
PORTVERSION= 0.1b
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>
|