Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 15:49:03 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394413 - head/archivers/advancecomp
Message-ID:  <201508161549.t7GFn3Ic032432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Aug 16 15:49:02 2015
New Revision: 394413
URL: https://svnweb.freebsd.org/changeset/ports/394413

Log:
  - Convert to system libzopfli
  
  PR:		201935
  Submitted by:	jbeich

Modified:
  head/archivers/advancecomp/Makefile

Modified: head/archivers/advancecomp/Makefile
==============================================================================
--- head/archivers/advancecomp/Makefile	Sun Aug 16 15:48:16 2015	(r394412)
+++ head/archivers/advancecomp/Makefile	Sun Aug 16 15:49:02 2015	(r394413)
@@ -3,6 +3,7 @@
 
 PORTNAME=	advancecomp
 PORTVERSION=	1.19
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	SF/advancemame/${PORTNAME}/${PORTVERSION}
 
@@ -11,7 +12,12 @@ COMMENT=	Recompression utilities for .ZI
 
 LICENSE=	GPLv3
 
+LIB_DEPENDS=	libzopfli.so:${PORTSDIR}/archivers/zopfli
+
 USES=		gmake
 GNU_CONFIGURE=	yes
+MAKE_ARGS=	zopfli_SOURCES="" am__objects_2=""
+CPPFLAGS+=	-I${LOCALBASE}/include/zopfli
+LDFLAGS+=	-L${LOCALBASE}/lib -lzopfli
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508161549.t7GFn3Ic032432>