diff options
Diffstat (limited to 'devel/xfce4-dev-tools')
-rw-r--r-- | devel/xfce4-dev-tools/Makefile | 30 | ||||
-rw-r--r-- | devel/xfce4-dev-tools/distinfo | 3 | ||||
-rw-r--r-- | devel/xfce4-dev-tools/pkg-descr | 5 | ||||
-rw-r--r-- | devel/xfce4-dev-tools/pkg-plist | 9 |
4 files changed, 47 insertions, 0 deletions
diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile new file mode 100644 index 000000000000..4ba181e944f6 --- /dev/null +++ b/devel/xfce4-dev-tools/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-dev-tools +# Date created: 19 April 2006 +# Whom: Oliver Lehmann <oliver@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-dev-tools +PORTVERSION= 4.4.0 +CATEGORIES= devel xfce +MASTER_SITES= ${MASTER_SITES_XFCE} +DIST_SUBDIR= xfce4 + +MAINTAINER= oliver@FreeBSD.org +COMMENT= XFce 4 development tools + +RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \ + ${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \ + ${LOCALBASE}/bin/libtool:${PORTSDIR}/devel/libtool15 + +GNU_CONFIGURE= yes +USE_BZIP2= yes + +post-patch: + @${REINPLACE_CMD} -e '12s|^$$|PATH="$${PATH}:${LOCALBASE}/gnu-autotools/bin"|' \ + ${WRKSRC}/scripts/xdt-autogen.in + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/devel/xfce4-dev-tools/distinfo b/devel/xfce4-dev-tools/distinfo new file mode 100644 index 000000000000..bbfa6d0b5805 --- /dev/null +++ b/devel/xfce4-dev-tools/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = db31d1ad47a96ebb7c8b69e0ee38f336 +SHA256 (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = 99757efe7da855edf1cfdab8e4f2047b794cf972d1c571d6b19739a1a91c5e3b +SIZE (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = 56154 diff --git a/devel/xfce4-dev-tools/pkg-descr b/devel/xfce4-dev-tools/pkg-descr new file mode 100644 index 000000000000..246816984e6b --- /dev/null +++ b/devel/xfce4-dev-tools/pkg-descr @@ -0,0 +1,5 @@ +The Xfce development tools are a collection of tools and macros for +Xfce developers and people that want to build Xfce from SVN. In addition +it contains the Xfce developer's handbook. + +WWW: http://www.xfce.org/ diff --git a/devel/xfce4-dev-tools/pkg-plist b/devel/xfce4-dev-tools/pkg-plist new file mode 100644 index 000000000000..62e1e011ba2a --- /dev/null +++ b/devel/xfce4-dev-tools/pkg-plist @@ -0,0 +1,9 @@ +bin/xdt-autogen +share/xfce4/dev-tools/m4macros/xdt-depends.m4 +share/xfce4/dev-tools/m4macros/xdt-features.m4 +share/xfce4/dev-tools/m4macros/xdt-i18n.m4 +share/xfce4/dev-tools/m4macros/xdt-python.m4 +share/xfce4/dev-tools/m4macros/xdt-xfce.m4 +@dirrm share/xfce4/dev-tools/m4macros +@dirrm share/xfce4/dev-tools +@dirrm share/xfce4 |