freebsd-ports/devel/xfce4-dev-tools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
561 B
Makefile

# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-dev-tools
PORTVERSION= 4.12.0
PORTREVISION= 1
CATEGORIES= devel xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce development tools
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= autoconf-2.69:devel/autoconf \
automake-1.15:devel/automake \
libtoolize:devel/libtool \
bash:shells/bash
GNU_CONFIGURE= yes
USE_GNOME= glib20
USES= pkgconfig shebangfix tar:bzip2 xfce
SHEBANG_FILES= scripts/xdt-commit
.include <bsd.port.mk>