svn commit: r348521 - head/graphics/jp2a
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Mar 18 07:56:39 UTC 2014
Author: ehaupt
Date: Tue Mar 18 07:56:38 2014
New Revision: 348521
URL: http://svnweb.freebsd.org/changeset/ports/348521
QAT: https://qat.redports.org/buildarchive/r348521/
Log:
- Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- New LIB_DEPENDS definition
- Take maintainership
Modified:
head/graphics/jp2a/Makefile
Modified: head/graphics/jp2a/Makefile
==============================================================================
--- head/graphics/jp2a/Makefile Tue Mar 18 07:50:20 2014 (r348520)
+++ head/graphics/jp2a/Makefile Tue Mar 18 07:56:38 2014 (r348521)
@@ -7,21 +7,22 @@ PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Converts JPG images to ASCII
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libcurl.so:${PORTSDIR}/ftp/curl
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} --with-curl-config=${LOCALBASE}/bin/curl-config
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
+CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} \
+ --with-curl-config=${LOCALBASE}/bin/curl-config
+
+PLIST_FILES= bin/jp2a man/man1/jp2a.1.gz
+
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
- @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/jp2a ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/jp2a.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list