summaryrefslogtreecommitdiffstats
path: root/devel/libnotify/Makefile
blob: a82c1d982a34a7da098536e6b3602da5eb09af85 (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
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
#   $MCom$

PORTNAME=   libnotify
PORTVERSION=    0.7.5
CATEGORIES= devel gnome
MASTER_SITES=   GNOME

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

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_XZ=     yes
USE_GNOME=  intlhack glib20 gtk20 ltverhack introspection
USES=       gettext pathfix pkgconfig
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>