Merge branch 'staged'
[dports.git] / devel / p5-Gtk2-Spell / Makefile
1 PORTNAME=       Gtk2-Spell
2 PORTVERSION=    1.04
3 PORTREVISION=   3
4 CATEGORIES=     devel perl5
5 MASTER_SITES=   SF/gtk2-perl/Gtk2_Spell/${PORTVERSION}
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     acm@FreeBSD.org
9 COMMENT=        Perl interface to the Gtk2Spell library
10 WWW=            https://gtk2-perl.sourceforge.net/
11
12 LICENSE=        LGPL21
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 BUILD_DEPENDS=  p5-Cairo>=0:graphics/p5-Cairo \
16                 p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
17                 p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
18                 p5-Glib>=1.001:devel/p5-Glib \
19                 p5-Gtk2>=1.001:x11-toolkits/p5-Gtk2
20 LIB_DEPENDS=    libgtkspell.so:textproc/gtkspell
21
22 USES=           perl5
23 USE_PERL5=      configure
24
25 post-patch:
26         @${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL
27
28 post-install:
29         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
30
31 .include <bsd.port.mk>