mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
34 lines
936 B
Makefile
34 lines
936 B
Makefile
# Ports collection makefile for: blogtk
|
|
# Date created: Jul 30, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blogtk
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= deskutils python
|
|
MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= A client for Blogger, Movable Type, and other blogging systems
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \
|
|
${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata \
|
|
${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk
|
|
|
|
USE_GNOME= pygnomeextras pygtksourceview
|
|
USE_PYTHON= 2.3-2.7 # No Python 3 support
|
|
|
|
# Is there a better way to handle this? Launchpad depends on 302 directs it seems
|
|
FETCH_ARGS= -pRr
|
|
NO_BUILD= yes
|
|
MAKE_ENV+= PYTHON="${PYTHON_CMD}"
|
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}2
|
|
|
|
post-install:
|
|
@${RM} -f ${DATADIR}/lib/blogtk2/*.py~
|
|
|
|
.include <bsd.port.mk>
|