289883b11b
* Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
28 lines
697 B
Makefile
28 lines
697 B
Makefile
# Created by: frankch@waru.life.nthu.edu.tw
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aview
|
|
DISTVERSION= 1.3.0rc1
|
|
PORTREVISION= 6
|
|
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/ImageMagick6
|
|
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>
|