25 lines
615 B
Makefile
25 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:07 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libsylph-0.3.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/libsylph/alpha/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sylpheed.sraoss.jp/
|
|
COMMENT= E-Mail client library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_TOOLS+= lex pkg-config msgfmt
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|