blob: ff85fd784f44093ab56b90e2b6b3ca9e834bf609 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gtk-xfce-engine
# Date Created: 10 October 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gtk-xfce-engine
PORTVERSION= 2.2.5
PORTREVISION= 1
CATEGORIES= x11-themes xfce
MASTER_SITES= http://www.us.xfce.org/archive/xfce-4.2.0/src/ \
http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-4.2.0/ \
http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-4.2.0/
MAINTAINER= oliver@FreeBSD.org
COMMENT= An XFCE engine for GTK 2.0
USE_GNOME= gnomehack gtk20
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
.include <bsd.port.mk>
|