e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
30 lines
771 B
Makefile
30 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.16 2010/06/13 22:44:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= attachwarner-0.2.19
|
|
PKGNAME= claws-mail-attachwarner-0.2.19
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Warns if a message mentions an attachment without attaching files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|