aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aview/Makefile
blob: 21b1c7249c4ac332cbb78a8b3eab7f52ca3172d1 (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
# Created by: frankch@waru.life.nthu.edu.tw
# $FreeBSD$

PORTNAME=   aview
DISTVERSION=    1.3.0rc1
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=   SF/aa-project/${PORTNAME}/${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Graphics viewer for viewing netpbm format on console or X using aalib

RUN_DEPENDS=    anytopnm:graphics/netpbm \
        convert:graphics/ImageMagick
LIB_DEPENDS=    libaa.so:graphics/aalib

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-x=no

post-patch:
    @${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview
    @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
        's|<malloc.h>|<stdlib.h>|g'

.include <bsd.port.mk>