1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/libnotify/Makefile
Tijl Coosemans b978d9cdf0 - Bump PORTREVISION because for some users the package may still depend
on graphics/jbigkit (through graphics/gdk-pixbuf2 and graphics/tiff)
  which had a library version bump in the latest update.
- While here, add LICENSE_FILE, "USES=libtool:keepla tar:xz" and
  INSTALL_TARGET=install-strip. [1]

Obtained from:	marcuscom [1]
2014-06-23 11:08:16 +00:00

26 lines
643 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
# $MCom: ports/trunk/devel/libnotify/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= libnotify
PORTVERSION= 0.7.5
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:keepla pathfix pkgconfig tar:xz
USE_GNOME= intlhack glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>