[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / chat / pidgin-otr

Annotation of pkgsrc/chat/pidgin-otr/Makefile, Revision 1.64

1.64    ! rillig      1: # $NetBSD: Makefile,v 1.63 2019/08/11 13:18:05 wiz Exp $
1.1       gdt         2:
1.51      gdt         3: VERSION=       4.0.2
1.48      gdt         4: DISTNAME=      pidgin-otr-${VERSION}
1.51      gdt         5: # This is present to cope with release candidates where the names do
                      6: # not match (e.g., DISTNAME has rc3, unpack directory doesn't).
                      7: # PKGNAME= pidgin-otr-${VERSION}
1.63      wiz         8: PKGREVISION=   12
1.1       gdt         9: CATEGORIES=    chat security
                     10: MASTER_SITES=  http://www.cypherpunks.ca/otr/
                     11:
                     12: MAINTAINER=    gdt@NetBSD.org
                     13: HOMEPAGE=      http://www.cypherpunks.ca/otr/
                     14: COMMENT=       Plugin for pidgin to add OTR (Off-The-Record) encryption
                     15:
1.48      gdt        16: LICENSE=       gnu-gpl-v2
                     17:
                     18: # Work around rc tarballs that unpack to bare version.
                     19: WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
                     20:
1.64    ! rillig     21: GNU_CONFIGURE=         yes
        !            22: USE_LIBTOOL=           yes
        !            23: USE_TOOLS+=            intltool msgfmt perl pkg-config
1.38      rodent     24: INSTALLATION_DIRS+=    share/doc/pidgin-otr
1.1       gdt        25:
1.9       reed       26: BUILDLINK_ABI_DEPENDS.libgcrypt+=      libgcrypt>=1.4.3
                     27:
1.4       reed       28: post-install:
1.6       joerg      29:        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
1.4       reed       30:
1.1       gdt        31: .include "../../chat/pidgin/buildlink3.mk"
                     32: .include "../../chat/libotr/buildlink3.mk"
1.2       gdt        33: .include "../../devel/gettext-lib/buildlink3.mk"
1.1       gdt        34: .include "../../devel/glib2/buildlink3.mk"
                     35: .include "../../security/libgcrypt/buildlink3.mk"
                     36: .include "../../x11/gtk2/buildlink3.mk"
                     37:
                     38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>