svn commit: r394413 - head/archivers/advancecomp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Aug 16 15:49:04 UTC 2015


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>


More information about the svn-ports-all mailing list