- Switch to USES=libtool, drop .la files

- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-03 16:15:20 +00:00
parent a39e0dea71
commit f08583e30a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360400
2 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= flam3 PORTNAME= flam3
PORTVERSION= 2.7.18 PORTVERSION= 2.7.18
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://flam3.com/ \ MASTER_SITES= http://flam3.com/ \
http://interwebfun.org/distfiles/ http://interwebfun.org/distfiles/
@ -11,12 +11,12 @@ MASTER_SITES= http://flam3.com/ \
MAINTAINER= john.c.prather@gmail.com MAINTAINER= john.c.prather@gmail.com
COMMENT= Flame Renderer COMMENT= Flame Renderer
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libxml2.so:${PORTSDIR}/textproc/libxml2 \ libxml2.so:${PORTSDIR}/textproc/libxml2 \
jpeg.11:${PORTSDIR}/graphics/jpeg libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig USES= gmake libtool pathfix pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib LIBS+= -L${LOCALBASE}/lib

View file

@ -5,7 +5,6 @@ bin/flam3-convert
include/flam3.h include/flam3.h
include/isaac.h include/isaac.h
include/isaacs.h include/isaacs.h
lib/libflam3.la
lib/libflam3.a lib/libflam3.a
libdata/pkgconfig/flam3.pc libdata/pkgconfig/flam3.pc
share/flam3/flam3-palettes.xml share/flam3/flam3-palettes.xml