aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/pidgin-osd/Makefile
blob: 2b136dac148d6c16fa85e3664a7ec79889799bdf (plain) (blame)
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
# Created by: Vyacheslav Anikin <anikinsl@gmail.com>
# $FreeBSD$

PORTNAME=   pidgin-osd
PORTVERSION=    0.1.0
PORTREVISION=   3
CATEGORIES= net-im
MASTER_SITES=   https://babelize.org/download/pidgin-osd/

MAINTAINER= anikinsl@gmail.com
COMMENT=    A pidgin plugin for displaying new messages on screen

BUILD_DEPENDS=  pidgin:${PORTSDIR}/net-im/pidgin \
        xosd>=2.2.12:${PORTSDIR}/misc/xosd
RUN_DEPENDS=    pidgin:${PORTSDIR}/net-im/pidgin \
        xosd>=2.2.12:${PORTSDIR}/misc/xosd

USES=       gmake pkgconfig
USE_GNOME=  glib20
USE_BZIP2=  yes
GNU_CONFIGURE=  yes

PLIST_FILES=    lib/pidgin/pidgin-osd.so \
        lib/pidgin/pidgin-osd.la
NO_STAGE=   yes
pre-configure:
    # Module really needs xosd version 2.2.12 or greater.
    ${REINPLACE_CMD} -e 's,2\.2\.14,2.2.12,g' ${WRKSRC}/configure

.include <bsd.port.mk>