freebsd-ports/sysutils/flyback/Makefile
Mathieu Arnold bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00

35 lines
900 B
Makefile

# Created by: Lars Engels <lme@FreeBSD.org>
# $FreeBSD$
PORTNAME= flyback
PORTVERSION= 0.4.0
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Backup frontend like Apple's Time Machine
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
RUN_DEPENDS= rsync:net/rsync
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python
USE_GNOME= pygtk2 pygnome2 libglade2
SUB_FILES= flyback.sh
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/GPL.txt ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/viewer.glade ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/flyback.sh ${STAGEDIR}${PREFIX}/bin/flyback
.include <bsd.port.mk>