svn commit: r430963 - head/graphics/tumble
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 9 14:42:43 UTC 2017
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 at 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})
More information about the svn-ports-head
mailing list