aboutsummaryrefslogtreecommitdiff
path: root/graphics/eos-movrec
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-04-06 18:28:17 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-04-06 18:28:17 +0000
commit4995bee7cb7617f8e17771f0c81528abe5961012 (patch)
tree0ee77bc006e1c4367a7e6e195e238dce4ae9a804 /graphics/eos-movrec
parent366f47fdf65817bea471202df8be2575393e4722 (diff)
downloadports-4995bee7cb7617f8e17771f0c81528abe5961012.tar.gz
ports-4995bee7cb7617f8e17771f0c81528abe5961012.zip
- Use dos2unix and tar:bzip2 instead of USE_DOS2UNIX and USE_BZIP2=yes
- Change Desktop entry file
Notes
Notes: svn path=/head/; revision=350398
Diffstat (limited to 'graphics/eos-movrec')
-rw-r--r--graphics/eos-movrec/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile
index ec011957d7e9..e89916f06af1 100644
--- a/graphics/eos-movrec/Makefile
+++ b/graphics/eos-movrec/Makefile
@@ -14,16 +14,15 @@ LICENSE= GPLv2
LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
-USE_BZIP2= yes
-USES= cmake pkgconfig
-USE_DOS2UNIX= *.pro *.cpp *.h
+USES= cmake dos2unix pkgconfig tar:bzip2
+DOS2UNIX_GLOB= *.pro *.cpp *.h
USE_QT4= qmake_build moc_build rcc_build uic_build gui
INSTALLS_ICONS= yes
ICON_SIZES= 16x16 32x32 128x128 256x256 512x512
-DESKTOP_ENTRIES="EOS Camera Movie Recorder" "${COMMENT}" "${PORTNAME}" \
- "eos_movrec" "Graphics;Photography;Qt;" false
+DESKTOP_ENTRIES="EOS Camera Movie Recorder" "" "${PORTNAME}" \
+ "eos_movrec" "Graphics;Photography;Qt;" ""
post-patch:
@${REINPLACE_CMD} -e 's|GLIBC|${OPSYS}|' ${WRKSRC}/os_api.h