diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:40:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:40:26 +0800 |
commit | 4581a8b2b9d5db55d7f32ab97464a20fbabae592 (patch) | |
tree | e9006384cf616aec86d1b1fd0e5f96a57124ca67 /graphics/flam3 | |
parent | 89536f884dcee4cf2621f810448f6a3959d36cc2 (diff) | |
download | freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.tar.gz freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.tar.zst freebsd-ports-gnome-4581a8b2b9d5db55d7f32ab97464a20fbabae592.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'graphics/flam3')
-rw-r--r-- | graphics/flam3/Makefile | 4 | ||||
-rw-r--r-- | graphics/flam3/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 31ea476c078c..b297f8801aa4 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -15,14 +15,10 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ xml2.5:${PORTSDIR}/textproc/libxml2 \ jpeg.11:${PORTSDIR}/graphics/jpeg -MAN1= flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1 -MANCOMPRESSED= no - GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/flam3/pkg-plist b/graphics/flam3/pkg-plist index 0e19af660400..661b56848b52 100644 --- a/graphics/flam3/pkg-plist +++ b/graphics/flam3/pkg-plist @@ -9,4 +9,8 @@ lib/libflam3.la lib/libflam3.a libdata/pkgconfig/flam3.pc share/flam3/flam3-palettes.xml +man/man1/flam3-animate.1.gz +man/man1/flam3-convert.1.gz +man/man1/flam3-genome.1.gz +man/man1/flam3-render.1.gz @dirrm share/flam3 |