1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-21 18:35:51 +00:00
parent 13eed426e3
commit f3527dd4be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340633
2 changed files with 3 additions and 4 deletions

View File

@ -13,16 +13,13 @@ COMMENT= Graphics viewer for viewing netpbm format on console or X using aalib
RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \
convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib
LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x=no
MAN1= asciiview.1 aview.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \

View File

@ -1,3 +1,5 @@
bin/aview
bin/asciiview
bin/aaflip
man/man1/asciiview.1.gz
man/man1/aview.1.gz