blob: a9ec75b420087939eb49e41c0a82246d9c65cc49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= window_merge
PORTVERSION= 0.3
CATEGORIES= net-im
PKGNAMEPREFIX= pidgin-
MAINTAINER= arcade@b1t.name
COMMENT= One window interface for pidgin
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpurple.so:net-im/libpurple
BUILD_DEPENDS= pidgin:net-im/pidgin
RUN_DEPENDS= pidgin:net-im/pidgin
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USES= autoreconf gmake gnome libtool localbase:ldflags pkgconfig
USE_GNOME= intltool
INSTALL_TARGET= install-strip
PLIST_FILES= lib/pidgin/window_merge.so
USE_GITHUB= yes
GH_ACCOUNT= dm0-
GH_TAGNAME= b4811ae1807a6c124fb06a717951bb2541be19f7
.include <bsd.port.mk>
|