1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/comms/qsstv/Makefile
Max Brazhnikov 77280673df Clean up port Makefile and patch sources to respect PREFIX (this also fixes
properly STAGEDIR support the original PR was filed for). While I'm here:

- Don't fiddle with strip
- Mark IGNORE for debug build: apparently the author of software wrote debug
  target for himself only
- Use QMAKE_SOURCE_PATH instead of overwriting INSTALL_WRKSRC

PR:		ports/184586
Submitted by:	Stephen Hurd (maintainer)
Approved by:	maintainer
2014-01-08 08:36:34 +00:00

40 lines
937 B
Makefile

# $FreeBSD$
PORTNAME= qsstv
PORTVERSION= 7.1.7
CATEGORIES= comms hamradio
MASTER_SITES= http://users.telenet.be/on4qz/qsstv/downloads/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= shurd@sasktel.net
COMMENT= Amateur Radio SSTV/FAX reception program for unix
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
libhamlib.so:${PORTSDIR}/comms/hamlib \
libasound.so:${PORTSDIR}/audio/alsa-lib
BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat
USES= qmake
USE_QT4= gui network moc_build rcc_build uic_build
QMAKE_SOURCE_PATH= ${WRKSRC}/src
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
IGNORE= sources need more patching for debug build
.endif
.if ! ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install_target
.endif
post-patch:
@${RM} -f ${WRKSRC}/src/documentation/html/gettingstarted.html.orig
.include <bsd.port.mk>