freebsd-ports/graphics/flip/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

47 lines
1.2 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: flip
# Date created: Mar 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= flip
PORTVERSION= 2.3.0
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://www.reptilelabour.com/software/files/flip/
MAINTAINER= ports@FreeBSD.org
COMMENT= Load a sequence of TIFF files and play them back at a target frame rate
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode
WRKSRC= ${WRKDIR}/${DISTNAME:R}
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
PLIST_FILES= bin/flip
USE_QT_VER= 3
MAKE_ENV= QTDIR="${QT_PREFIX}"
NO_LATEST_LINK= YES
post-patch:
@${REINPLACE_CMD} -e 's|warn_on release|warn_on thread release|g ; \
s|/usr/X11R6/include|$${LOCALBASE}/include|g ; \
s|= -ltiff|= -L$${LOCALBASE}/lib -ltiff|g' ${WRKSRC}/FLIP.pro
@${REINPLACE_CMD} -e \
's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/Config.cpp
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
-spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ FLIP.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flip ${PREFIX}/bin
.include <bsd.port.mk>