826aae24a5
* rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eos-movrec
|
|
DISTVERSION= 0.3.1_beta
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta/ \
|
|
SF/nemysisfreebsdp/:icons
|
|
DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} \
|
|
${PORTNAME}.png:icons
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
COMMENT= Capture short movies with Canon DSLR camera
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build gui
|
|
|
|
PLIST_FILES= bin/eos_movrec \
|
|
share/pixmaps/${PORTNAME}.png
|
|
|
|
DESKTOP_ENTRIES= "eos_movrec" "EOS Camera Movie Recorder" \
|
|
"${PREFIX}/share/pixmaps/${PORTNAME}.png" \
|
|
"eos_movrec" "Graphics;Photography;Qt;" false
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
|
|
|
|
.include <bsd.port.mk>
|