diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-23 19:08:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-23 19:08:16 +0800 |
commit | 4249f5a1ad023b01d691853fa066d716350534ed (patch) | |
tree | 8d4fa7fd912c5f428c5f88e82ab2d723bacf44c5 /devel | |
parent | 027ab12dca279e5d2033adde58bafb917b786c21 (diff) | |
download | freebsd-ports-gnome-4249f5a1ad023b01d691853fa066d716350534ed.tar.gz freebsd-ports-gnome-4249f5a1ad023b01d691853fa066d716350534ed.tar.zst freebsd-ports-gnome-4249f5a1ad023b01d691853fa066d716350534ed.zip |
- 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]
Diffstat (limited to 'devel')
-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 |