diff options
Diffstat (limited to 'graphics/libpano13/Makefile')
-rw-r--r-- | graphics/libpano13/Makefile | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index 5405ed2190cf..14c09f57a488 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libpano13 -PORTVERSION= 2.9.12 -PORTREVISION= 1 +PORTVERSION= 2.9.14 CATEGORIES= graphics java MASTER_SITES= SF MASTER_SITE_SUBDIR= panotools @@ -31,6 +30,20 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ USE_LDCONFIG= yes +MAN1= \ + PTAInterpolate.1 \ + PTblender.1 \ + PTcrop.1 \ + PTinfo.1 \ + PTmasker.1 \ + PTmender.1 \ + PToptimizer.1 \ + PTroller.1 \ + PTtiff2psd.1 \ + PTtiffdump.1 \ + PTuncrop.1 \ + panoinfo.1 + .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.3+ |