2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/21 08:46:32 ajacoutot Exp $
|
2010-05-25 08:17:01 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = remove attachments from emails
|
|
|
|
|
2012-06-29 10:02:54 -04:00
|
|
|
VERSION = 1.0.14
|
2012-12-23 07:25:30 -05:00
|
|
|
REVISION = 0
|
2010-05-25 08:17:01 -04:00
|
|
|
DISTNAME = att_remover-${VERSION}
|
2010-06-11 13:10:40 -04:00
|
|
|
PKGNAME = claws-mail-attremover-${VERSION}
|
2010-05-25 08:17:01 -04:00
|
|
|
MASTER_SITES = http://www.claws-mail.org/downloads/plugins/
|
|
|
|
CATEGORIES = mail
|
|
|
|
DIST_SUBDIR = claws
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.claws-mail.org/plugins.php
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
LIB_DEPENDS = x11/gtk+2
|
2010-05-25 10:05:44 -04:00
|
|
|
|
2012-01-23 13:57:33 -05:00
|
|
|
RUN_DEPENDS = mail/claws-mail>=3.8.0
|
2010-05-25 08:17:01 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
2010-05-25 10:05:44 -04:00
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
2010-05-25 08:17:01 -04:00
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
2010-10-11 04:11:24 -04:00
|
|
|
freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
2010-05-25 10:05:44 -04:00
|
|
|
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
pcre pixman-1 png pthread-stubs xcb xcb-render \
|
2012-12-23 07:25:30 -05:00
|
|
|
z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 GL Xxf86vm \
|
|
|
|
drm xcb-shm ffi harfbuzz icudata icule icuuc pthread stdc++
|
2010-05-25 08:17:01 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
2012-12-23 07:25:30 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-05-25 08:17:01 -04:00
|
|
|
CONFIGURE_ARGS = --disable-static
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|