If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.29 2019/07/17 14:39:44 danj Exp $
|
|
|
|
COMMENT= MSN style 'toaster' popups plugin for Pidgin
|
|
|
|
DISTNAME= pidgin-guifications-2.16
|
|
REVISION= 15
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://plugins.guifications.org/trac/wiki/Guifications
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
|
|
WANTLIB += Xrender atk-1.0 cairo dbus-1 dbus-glib-1 expat ffi fontconfig
|
|
WANTLIB += freetype fribidi gadu gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
|
|
WANTLIB += gtk-x11-2.0 harfbuzz iconv idn intl lzma m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread purple
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
|
|
|
MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/
|
|
|
|
MODULES= textproc/intltool
|
|
LIB_DEPENDS= net/pidgin,-libpurple \
|
|
x11/gtk+2
|
|
BUILD_DEPENDS= net/pidgin
|
|
|
|
LIBTOOL_FLAGS+= --tag=disable-static
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|