mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax Approved by: portmgr blanket
This commit is contained in:
parent
a39e0dea71
commit
f08583e30a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360400
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= flam3
|
||||
PORTVERSION= 2.7.18
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://flam3.com/ \
|
||||
http://interwebfun.org/distfiles/
|
||||
@ -11,12 +11,12 @@ MASTER_SITES= http://flam3.com/ \
|
||||
MAINTAINER= john.c.prather@gmail.com
|
||||
COMMENT= Flame Renderer
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
@ -5,7 +5,6 @@ bin/flam3-convert
|
||||
include/flam3.h
|
||||
include/isaac.h
|
||||
include/isaacs.h
|
||||
lib/libflam3.la
|
||||
lib/libflam3.a
|
||||
libdata/pkgconfig/flam3.pc
|
||||
share/flam3/flam3-palettes.xml
|
||||
|
Loading…
Reference in New Issue
Block a user