diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 17:03:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 17:03:00 +0000 |
commit | 57bfe8ca08c5bfb550b89e61dfcb957c98148158 (patch) | |
tree | 9b3ff41c25a11e86553ea2774c833be550abe001 /multimedia/cheese | |
parent | 14b6e396cd2a1fbcbe5fc0ed0d84ab8542df1d2a (diff) | |
download | ports-57bfe8ca08c5bfb550b89e61dfcb957c98148158.tar.gz ports-57bfe8ca08c5bfb550b89e61dfcb957c98148158.zip |
Notes
Diffstat (limited to 'multimedia/cheese')
-rw-r--r-- | multimedia/cheese/Makefile | 15 | ||||
-rw-r--r-- | multimedia/cheese/pkg-plist | 1 |
2 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 746ee5bad39f..7d493438a464 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -13,16 +13,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libhal.so:${PORTSDIR}/sysutils/hal USE_XORG= xxf86vm -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes +INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -32,11 +32,10 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS= AUTHORS COPYING ChangeLog NEWS README GCONF_SCHEMAS= cheese.schemas -NO_STAGE= yes post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include <bsd.port.mk> diff --git a/multimedia/cheese/pkg-plist b/multimedia/cheese/pkg-plist index 84be440b0094..6e8286061ff4 100644 --- a/multimedia/cheese/pkg-plist +++ b/multimedia/cheese/pkg-plist @@ -6,6 +6,7 @@ lib/libcheese-gtk.a lib/libcheese-gtk.la lib/libcheese-gtk.so lib/libcheese-gtk.so.18 +lib/libcheese-gtk.so.18.0.0 libdata/pkgconfig/cheese-gtk.pc libexec/cheese/cheese-bugreport.sh share/applications/cheese.desktop |