freebsd-ports/devel/xfce4-dev-tools/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

27 lines
563 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>