2003-03-29 13:40:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:14 jmmv Exp $
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= aview-1.3.0rc1
|
|
|
|
PKGNAME= aview-x11-1.3.0.1
|
2002-03-13 18:36:35 +01:00
|
|
|
PKGREVISION= 1
|
2003-03-29 13:40:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}/aview-1.3.0
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
CATEGORIES= graphics converters x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/}
|
|
|
|
|
|
|
|
MAINTAINER= salo@Xtrmntr.org
|
|
|
|
HOMEPAGE= http://aa-project.sourceforge.net/aview/
|
|
|
|
COMMENT= ASCII Art image viewer with X11 support
|
|
|
|
|
2002-08-26 21:39:21 +02:00
|
|
|
CONFLICTS+= aview-[0-9]*
|
|
|
|
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
PLIST_SRC= ${WRKDIR}/PLIST
|
|
|
|
|
2003-01-28 23:03:00 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_PKGINSTALL= yes
|
|
|
|
USE_X11= yes
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
2002-02-05 22:34:55 +01:00
|
|
|
FILES_SUBST+= BIN_PROGRAMS="aview aaflip"
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
.else
|
2002-02-05 22:34:55 +01:00
|
|
|
FILES_SUBST+= BIN_PROGRAMS="aview"
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${SED} ${FILES_SUBST_SED} ${WRKSRC}/Makefile.in > ${WRKDIR}/Makefile.in
|
|
|
|
@${MV} ${WRKDIR}/Makefile.in ${WRKSRC}/
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/aview/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/aview/
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/aaflip ${PREFIX}/bin/
|
|
|
|
@${ECHO} bin/aaflip >>${PLIST_SRC}
|
|
|
|
.endif
|
|
|
|
|
2002-08-26 21:39:21 +02:00
|
|
|
.include "../../graphics/aalib-x11/buildlink2.mk"
|
|
|
|
.include "../../graphics/netpbm/buildlink2.mk"
|
|
|
|
|
Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,
into the NetBSD Packages Collection.
dT8 8Tb aview is a high quality ascii-art image (pnm) browser
dT 8 8 Tb and animation (fli/flc) player which uses AAlib
dT 8 8 Tb (a portable ASCII Art library, part of the AA-project).
<PROJECT><PROJECT>
dT 8 8 Tb
dT 8 8 Tb aview features:
* High quality ascii art rendering
* Portable
* Save into many formats (html, text, ansi, more/less etc...)
* Contrast, Bright, Gamma control
* Image zooming/unzooming
* Three dithering modes
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30 12:41:55 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|