307bdced85
- remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4)
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# New ports collection makefile for: gtk-xfce-engine
|
|
# Date Created: 10 October 2002
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-xfce-engine
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= x11-themes xfce
|
|
MASTER_SITES= ${MASTER_SITES_XFCE}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= An XFCE engine for GTK 2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= glib20 gnomehack gtk20 pkgconfig
|
|
USE_XLIB= yes
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
|
.include <bsd.port.post.mk>
|