diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-11-12 16:33:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-12 16:33:15 +0000 |
commit | 400ce66436f2a321798618aef0013554f05d695a (patch) | |
tree | e73d070afb8311c00006cbfa319a87377efe3ee1 /astro/gmapcatcher/Makefile | |
parent | 5fdfb14626de07ab6871af404e9fa849613e3972 (diff) |
Notes
Diffstat (limited to 'astro/gmapcatcher/Makefile')
-rw-r--r-- | astro/gmapcatcher/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile deleted file mode 100644 index 7c7f4db2cd29..000000000000 --- a/astro/gmapcatcher/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gmapcatcher -PORTVERSION= 0.8.0.4 -PORTREVISION= 1 -CATEGORIES= astro geography -MASTER_SITES= http://gmapcatcher.googlecode.com/files/ -DISTNAME= mapcatcher_${PORTVERSION} - -MAINTAINER= kevlo@FreeBSD.org -COMMENT= Offline map viewer - -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= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 - -WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} -USES= python -USE_GNOME= pygtk2 -USE_PYTHON= autoplist distutils - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/share/pixmaps,${PREFIX}/share/pixmaps,g' \ - ${WRKSRC}/gmapcatcher/widgets/mapPixbuf.py - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mapcatcher ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/mapdownloader ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/changelog ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> |