aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-28 03:27:58 +0800
committerpawel <pawel@FreeBSD.org>2014-04-28 03:27:58 +0800
commitc5cfeeb4981e6f0489a1a7f2481a61e8866f10a2 (patch)
treeb6b8facfd9dfc9c320584387ebf61ba91c044c5f /graphics
parent7ac85ad456f0a6e59572d3dd87f2b165812d0510 (diff)
downloadfreebsd-ports-gnome-c5cfeeb4981e6f0489a1a7f2481a61e8866f10a2.tar.gz
freebsd-ports-gnome-c5cfeeb4981e6f0489a1a7f2481a61e8866f10a2.tar.zst
freebsd-ports-gnome-c5cfeeb4981e6f0489a1a7f2481a61e8866f10a2.zip
- Add staging support
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeginfo/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile
index 8556744fc24c..b96ab2b8cd97 100644
--- a/graphics/jpeginfo/Makefile
+++ b/graphics/jpeginfo/Makefile
@@ -10,15 +10,13 @@ MASTER_SITES= http://www.kokkonen.net/tjko/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
-MAKE_ARGS= mandir=${MANPREFIX}/man
+MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
-MAN1= jpeginfo.1
-PLIST_FILES= bin/jpeginfo
+PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>