Date: Mon, 9 Jan 2017 14:42:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430963 - head/graphics/tumble Message-ID: <201701091442.v09EggDj024371@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 9 14:42:42 2017 New Revision: 430963 URL: https://svnweb.freebsd.org/changeset/ports/430963 Log: Add missing USES=jpeg - Add LICENSE_FILE - Use USES=localbase:ldflags - Convert to options target helper We do not bump PORTREVISION because jpeg dependency is already brought in via graphics/tiff. Modified: head/graphics/tumble/Makefile Modified: head/graphics/tumble/Makefile ============================================================================== --- head/graphics/tumble/Makefile Mon Jan 9 14:42:37 2017 (r430962) +++ head/graphics/tumble/Makefile Mon Jan 9 14:42:42 2017 (r430963) @@ -12,14 +12,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creates a PDF file from image files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff \ libnetpbm.so:graphics/netpbm -USES= bison gmake - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= bison gmake jpeg localbase:ldflags NOT_FOR_ARCHS= powerpc sparc64 NOT_FOR_ARCHS_REASON= Only works on little endian systems @@ -40,6 +38,8 @@ post-patch: do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} tumble \ ${STAGEDIR}${PREFIX}/bin) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README \ ${STAGEDIR}${DOCSDIR})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701091442.v09EggDj024371>