7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
873 B
Makefile
29 lines
873 B
Makefile
# $NetBSD: Makefile,v 1.47 2014/05/29 23:35:19 wiz Exp $
|
|
|
|
DISTNAME= pidgin-otr-4.0.0
|
|
PKGREVISION= 18
|
|
CATEGORIES= chat security
|
|
MASTER_SITES= http://www.cypherpunks.ca/otr/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.cypherpunks.ca/otr/
|
|
COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= intltool msgfmt perl pkg-config
|
|
INSTALLATION_DIRS+= share/doc/pidgin-otr
|
|
|
|
BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
|
|
|
|
.include "../../chat/pidgin/buildlink3.mk"
|
|
.include "../../chat/libotr/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|