Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
# New ports collection makefile for: zgv
|
|
|
|
# Date created: 2004-04-15
|
|
|
|
# Whom: Radim Kolar
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zgv
|
2005-05-04 14:49:45 +02:00
|
|
|
PORTVERSION= 5.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/graphics/viewers/svga
|
|
|
|
|
2004-10-12 15:23:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
COMMENT= Graphics viewer for SVGAlib
|
|
|
|
|
|
|
|
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
vga.1:${PORTSDIR}/graphics/svgalib \
|
2010-02-05 12:46:55 +01:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_GMAKE= yes
|
2004-05-09 18:35:36 +02:00
|
|
|
ALL_TARGET= zgv info
|
|
|
|
MAKE_ENV= ZGV_LIBS="${LDFLAGS}"
|
2005-11-02 11:11:44 +01:00
|
|
|
BINMODE= 4755
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/zgv etc/zgvrc.sample
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
|
|
MAN1= zgv.1
|
|
|
|
.endif
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
INFO= zgv
|
2004-04-18 16:35:27 +02:00
|
|
|
PORTDOCS= NEWS README SECURITY TODO INSTALL
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${RM} ${WRKSRC}/doc/zgv
|
2004-05-09 18:35:36 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|ZGV_LIBS=|ZGV_LIBS+=|' ${WRKSRC}/src/Makefile
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
|
|
|
|
do-install:
|
2005-11-02 11:11:44 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/zgv ${PREFIX}/bin
|
Add zgv 5.8,
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.
PR: ports/65577
Submitted by: Radim Kolar
2004-04-15 16:11:16 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample.zgvrc ${PREFIX}/etc/zgvrc.sample
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/zgv ${PREFIX}/${INFO_PATH}/zgv.info
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/zgv.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|