diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-23 11:08:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-23 11:08:16 +0000 |
commit | b978d9cdf0d22fd29ba2bd4bec4dde0f597d5125 (patch) | |
tree | 8d4fa7fd912c5f428c5f88e82ab2d723bacf44c5 | |
parent | 8a43549fd9d03dc66f5cc80580d9ec9e2b43f3f1 (diff) |
Notes
-rw-r--r-- | devel/libnotify/Makefile | 10 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 02ec4fbbd501..0c3e60ae75e3 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -4,6 +4,7 @@ PORTNAME= libnotify PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -11,13 +12,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library for desktop notifications LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_XZ= yes -USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection:build -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USE_GNOME= intlhack glib20 gdkpixbuf2 introspection:build USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist index 1be0df3cc4ee..110ea36b0726 100644 --- a/devel/libnotify/pkg-plist +++ b/devel/libnotify/pkg-plist @@ -8,6 +8,7 @@ lib/libnotify.a lib/libnotify.la lib/libnotify.so lib/libnotify.so.4 +lib/libnotify.so.4.0.0 libdata/pkgconfig/libnotify.pc share/gir-1.0/Notify-0.7.gir share/gtk-doc/html/libnotify/NotifyNotification.html |