freebsd-ports/devel/libnotify/Makefile
Tijl Coosemans 75e022b25f - There's no reference to gettext in the source code so remove USES=gettext
and USE_GNOME=intlhack.
- Also remove no longer needed USES=localbase and USES=pathfix.
- Change USE_GNOME=introspection into a build dependency.

PR:		213498
Approved by:	maintainer timeout (1 year)
2018-01-09 10:25:24 +00:00

25 lines
579 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
# $MCom: ports/trunk/devel/libnotify/Makefile 19813 2014-08-15 19:44:33Z gusi $
PORTNAME= libnotify
PORTVERSION= 0.7.7
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for desktop notifications
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool pkgconfig tar:xz
USE_GNOME= glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-tests
.include <bsd.port.mk>