freebsd-ports/editors/scribes/Makefile
John Marino 3495d8e943 Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)
PR:		199761
Approved by:	maintainer timeout
2015-05-19 16:46:13 +00:00

39 lines
1.1 KiB
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= scribes
PORTVERSION= 0.4.b954
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= https://launchpadlibrarian.net/66129407/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-dev-${PORTVERSION:E:S/b/build/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Slick yet powerful text editor for GNOME
LICENSE= GPLv2
BROKEN= Uses unknown GNOME component pygnomeextras
DEPRECATED= Broken since update to gnome3
EXPIRATION_DATE= 2015-06-02
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \
docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \
yelp:${PORTSDIR}/x11/yelp
USES= desktop-file-utils gettext gmake python shebangfix tar:bzip2
SHEBANG_FILES= scribes.in
USE_GNOME= gnomeprefix pygnomeextras pygtksourceview gnomedocutils
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
@(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall lib/scribes)
.include <bsd.port.mk>