blob: 7ee526fb3184238fa8f71be375b04830f9f97d9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: Thinker K.F. Li <thinker@eeebox.branda.to>
# $FreeBSD$
PORTNAME= d-feet
PORTVERSION= 0.3.11
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= thinker@codemud.net
COMMENT= D-Bus python introspection debugger
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
NO_ARCH= yes
USES= gettext gmake gnome perl5 pkgconfig python tar:xz
USE_GNOME= gtk30 pygobject3 intlhack introspection:build libxml2:build libwnck3
USE_PYTHON= py3kplist
GNU_CONFIGURE= yes
USE_PERL5= build
INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.d-feet.gschema.xml
# testsuite needs bin/pep8
CONFIGURE_ARGS+=--disable-tests
.include <bsd.port.mk>
|