summaryrefslogtreecommitdiffstats
path: root/devel/libnotify/Makefile
blob: 2e96f0d90272746534319b583ec5f9c6b5b4cbf6 (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
31
32
33
34
# New ports collection makefile for:    libnotify
# Date created:             2005-08-06
# Whom:                 Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#   $MCom: ports/devel/libnotify/Makefile,v 1.15 2011/01/15 01:24:15 kwm Exp $
#

PORTNAME=   libnotify
PORTVERSION=    0.7.1
PORTREVISION=   1
CATEGORIES= devel gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A library for desktop notifications

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING
USE_BZIP2=  yes
USE_GNOME=  gnomehack gnometarget intlhack glib20 gtk30 ltverhack
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

# Installs libnotify.so.4 by default, hack it to become so.1.
# Should we leave it like this?

.include <bsd.port.mk>