4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
27 lines
561 B
Makefile
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>
|