diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-15 07:52:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-15 07:52:00 +0800 |
commit | ea77d97777454b37a3c20dd0865de6452401c8d7 (patch) | |
tree | da3e3d8e0fdae5f209b25938e44a51c3d49551e5 /deskutils/notify-osd | |
parent | d7d01230ff628f13727c719996e63a01a990c247 (diff) | |
download | freebsd-ports-gnome-ea77d97777454b37a3c20dd0865de6452401c8d7.tar.gz freebsd-ports-gnome-ea77d97777454b37a3c20dd0865de6452401c8d7.tar.zst freebsd-ports-gnome-ea77d97777454b37a3c20dd0865de6452401c8d7.zip |
- Add LICENSE
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'deskutils/notify-osd')
-rw-r--r-- | deskutils/notify-osd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index 359f9792fc1a..00b49f3ab0a3 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -12,6 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= On-screen-display notification agent using libnotify LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libnotify.so:${PORTSDIR}/devel/libnotify @@ -26,13 +27,7 @@ USE_XORG= pixman x11 LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11 -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 900033 - @${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \ - ${WRKSRC}/src/Makefile.in -.endif .include <bsd.port.mk> |