mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6ad12af958
It display graphics using ascii texts. PR: ports/5336 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# New ports collection Makefile for: aview
|
|
# Version required: 1.1
|
|
# Date created: Dec 18 1997
|
|
# Whom: frankch@waru.life.nthu.edu.tw
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= aview-1.1
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
|
|
|
|
MAINTAINER= frankch@waru.life.nthu.edu.tw
|
|
|
|
RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
|
LIB_DEPENDS= aa\\.1\\.:${PORTSDIR}/graphics/aalib
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include <bsd.port.mk>
|