diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 07:33:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 07:33:30 +0000 |
commit | 23889fbf045be2ab033b7379d80d8c62d9a151f0 (patch) | |
tree | e65d8a805f41576ae49fd7a7c91ac72439fcb469 /textproc/gtkspell | |
parent | cedda53ff2d0aa26d70aab7b580f51ab0916ac31 (diff) | |
download | ports-23889fbf045be2ab033b7379d80d8c62d9a151f0.tar.gz ports-23889fbf045be2ab033b7379d80d8c62d9a151f0.zip |
Notes
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 10 | ||||
-rw-r--r-- | textproc/gtkspell/distinfo | 4 | ||||
-rw-r--r-- | textproc/gtkspell/pkg-plist | 21 |
3 files changed, 28 insertions, 7 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index da62c4bb25f5..1b3f77104293 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkspell2 -PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTVERSION= 2.0.7 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -20,10 +19,13 @@ LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 lthack -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomeprefix gnomehack gtk20 +USE_LIBTOOL_VER=15 +USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} + .include <bsd.port.mk> diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo index 0df96431e959..fb28335a3f63 100644 --- a/textproc/gtkspell/distinfo +++ b/textproc/gtkspell/distinfo @@ -1,2 +1,2 @@ -MD5 (gtkspell-2.0.5.tar.gz) = 851df91ac86419c5e3e3a79b018ead31 -SIZE (gtkspell-2.0.5.tar.gz) = 308943 +MD5 (gtkspell-2.0.7.tar.gz) = 666b019af13e79f48376d667ce22f86f +SIZE (gtkspell-2.0.7.tar.gz) = 342121 diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist index e6aea99d4ccf..8e983987fbaa 100644 --- a/textproc/gtkspell/pkg-plist +++ b/textproc/gtkspell/pkg-plist @@ -3,6 +3,25 @@ lib/libgtkspell.a lib/libgtkspell.so lib/libgtkspell.so.0 libdata/pkgconfig/gtkspell-2.0.pc -@dirrm share/doc/gtkspell +%%DOCSDIR%%/chapter-tutorial.html +%%DOCSDIR%%/gtkspell-gtkspell.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/reference.html +%%DOCSDIR%%/tutorial-building.html +%%DOCSDIR%%/tutorial.html +share/locale/be/LC_MESSAGES/gtkspell.mo +share/locale/de/LC_MESSAGES/gtkspell.mo +share/locale/eo/LC_MESSAGES/gtkspell.mo +share/locale/fr/LC_MESSAGES/gtkspell.mo +share/locale/ga/LC_MESSAGES/gtkspell.mo +share/locale/mn/LC_MESSAGES/gtkspell.mo +share/locale/pl/LC_MESSAGES/gtkspell.mo +share/locale/pt_BR/LC_MESSAGES/gtkspell.mo +share/locale/ro/LC_MESSAGES/gtkspell.mo +share/locale/sk/LC_MESSAGES/gtkspell.mo +share/locale/sr/LC_MESSAGES/gtkspell.mo +share/locale/wa/LC_MESSAGES/gtkspell.mo +@dirrm %%DOCSDIR%% @dirrm include/gtkspell-2.0/gtkspell @dirrm include/gtkspell-2.0 |