blob: 928aaa2f2e482ccbeeb73fd18533a7ce190ea869 (
plain)
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
31
32
33
34
|
# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:54 reed Exp $
DISTNAME= xnc-4.4.7.src
PKGNAME= xnc-4.4.7
PKGREVISION= 3
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= sysutils x11
MASTER_SITES= http://www.xnc.dubna.su/src/
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://xnc.dubna.su/
COMMENT= File manager for X Window
USE_BUILDLINK2= yes
USE_X11= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xnc
${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
for f in ives.1 xjpegroot.1 xnc.1 xnlaunch.1; \
do \
${INSTALL_MAN} ${WRKSRC}/yo-man/$$f ${PREFIX}/man/man1/; \
done
${INSTALL_MAN} ${WRKSRC}/yo-man/es.1 ${PREFIX}/man/man1/iedit.1
${INSTALL_MAN} ${WRKSRC}/yo-man/vs.1 ${PREFIX}/man/man1/iview.1
.include "../../graphics/tiff/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|