blob: ca378c033d65fe5743c53250187117538bdec583 (
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
29
30
|
# New ports collection makefile for: xwpick
# Date created: 24 June 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xwpick
PORTVERSION= 2.20
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=applications
MAINTAINER= ports@FreeBSD.org
COMMENT= Image pick up utility for X Window System
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xwpick.1
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/xwpick
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick
${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick
${INSTALL_DATA} ${WRKSRC}/0README ${PREFIX}/share/doc/xwpick/README
.endif
.include <bsd.port.mk>
|