summaryrefslogtreecommitdiffstats
path: root/devel/libnotify/Makefile
blob: 8165a7832ea8b04ee06cfb1897edcdb4a5ed0535 (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.6
PORTREVISION=   1
CATEGORIES= devel gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Library for desktop notifications

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  intlhack glib20 gdkpixbuf2 introspection
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

.include <bsd.port.mk>