mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Convert to new LIB_DEPENDS format
This commit is contained in:
parent
629f493b18
commit
0a840855ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352542
@ -11,20 +11,19 @@ MASTER_SITES= http://www.ibiblio.org/propaganda/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast, flexible, extensible, and bloat-free image viewer for X11
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
gif.5:${PORTSDIR}/graphics/giflib \
|
||||
Imlib.5:${PORTSDIR}/graphics/imlib
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libImlib.so:${PORTSDIR}/graphics/imlib
|
||||
|
||||
PLIST_FILES= bin/show
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
|
||||
@${RM} ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/show ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user