openbsd-ports/mail/claws-mail-cachesaver/Makefile
landry c7add88286 Update to corresponding claws-mail plugins, based on a diff from
robert at openbsd.pap.st (thanks!) with a few minor PLIST/WANTLIB tweaks
by me. Remove pea@ as maintainer of cachesaver per his request.
looks good to pea@
2010-03-31 11:52:31 +00:00

35 lines
779 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/03/31 11:52:31 landry Exp $
SHARED_ONLY= Yes
COMMENT= cache saver plugin for Claws Mail
VERSION= 0.10.9
DISTNAME= cachesaver-${VERSION}
PKGNAME= claws-mail-cachesaver-${VERSION}p1
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
CATEGORIES= mail
DIST_SUBDIR= claws
HOMEPAGE= http://www.claws-mail.org/plugins.php?section=downloads
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
RUN_DEPENDS= ::mail/claws-mail
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-static
.include <bsd.port.mk>