Support staging

This commit is contained in:
Emanuel Haupt 2014-02-27 14:49:31 +00:00
parent 4583c20333
commit cbe555ae64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346355

View File

@ -10,12 +10,11 @@ MASTER_SITES= http://www.pldaniels.com/jslice/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
PLIST_FILES= bin/jslice
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>