1df39a5fb1
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# 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.10.0
|
|
CATEGORIES= devel xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Xfce 4 development tools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/autotools:${PORTSDIR}/devel/autotools
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|