diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2009-06-09 19:56:20 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2009-06-09 19:56:20 +0000 |
commit | fa3a3618c098c22fb7063c2de157695e60c17930 (patch) | |
tree | 21bdb50c6344f5107fd8fcdf4f6bb67b0c0a32a5 /graphics/libpano13/Makefile | |
parent | 9a57760c4312b3337dbcb18429bf9b8808d2bb18 (diff) |
Notes
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+ |