diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-27 23:05:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-27 23:05:37 +0800 |
commit | 2f69083c64072e06b2bb0c7244b50398b0ceae12 (patch) | |
tree | 630c22de82c4e3dde710ce491ee2bab41cad0a0e /sysutils/nitrogen | |
parent | b5f03fcadca3e65325046a7e580214a18fa9b052 (diff) | |
download | freebsd-ports-gnome-2f69083c64072e06b2bb0c7244b50398b0ceae12.tar.gz freebsd-ports-gnome-2f69083c64072e06b2bb0c7244b50398b0ceae12.tar.zst freebsd-ports-gnome-2f69083c64072e06b2bb0c7244b50398b0ceae12.zip |
Stagify, new syntax of LIB_DEPENDS.
Diffstat (limited to 'sysutils/nitrogen')
-rw-r--r-- | sysutils/nitrogen/Makefile | 29 | ||||
-rw-r--r-- | sysutils/nitrogen/pkg-plist | 1 |
2 files changed, 14 insertions, 16 deletions
diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index 8cd6f9d17b84..ac2e49444b40 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -13,19 +13,19 @@ COMMENT= Background browser and setter for X windows LICENSE= GPLv2 # (or later) BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= atkmm:${PORTSDIR}/accessibility/atkmm \ - glibmm:${PORTSDIR}/devel/glibmm \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - cairomm:${PORTSDIR}/graphics/cairomm \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - pangomm:${PORTSDIR}/x11-toolkits/pangomm +LIB_DEPENDS= libatkmm-1.6.so:${PORTSDIR}/accessibility/atkmm \ + libglibmm-2.4.so:${PORTSDIR}/devel/glibmm \ + libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ + libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libcairomm-1.0.so:${PORTSDIR}/graphics/cairomm \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libpangomm-1.4.so:${PORTSDIR}/x11-toolkits/pangomm RUN_DEPENDS= gnome-icon-theme>0:${PORTSDIR}/misc/gnome-icon-theme \ hicolor-icon-theme>0:${PORTSDIR}/misc/hicolor-icon-theme @@ -43,12 +43,9 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= nitrogen.1 - DESKTOP_ENTRIES="Nitrogen" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Graphics;Viewer;" true -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXINERAMA} diff --git a/sysutils/nitrogen/pkg-plist b/sysutils/nitrogen/pkg-plist index 6628ce8d30fc..d85fe74ebd75 100644 --- a/sysutils/nitrogen/pkg-plist +++ b/sysutils/nitrogen/pkg-plist @@ -1,4 +1,5 @@ bin/nitrogen +man/man1/nitrogen.1.gz share/icons/hicolor/128x128/apps/nitrogen.png share/icons/hicolor/16x16/actions/wallpaper-centered.png share/icons/hicolor/16x16/actions/wallpaper-scaled.png |