blob: 78218a8437ed517e26a67e906a8093d3a0535f3f (
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
24
|
# New ports collection makefile for: gtk-xfce-engine
# Date Created: 10 October 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gtk-xfce-engine
PORTVERSION= 2.1.9
PORTREVISION= 1
CATEGORIES= x11-toolkits xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.4/ \
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.4/src/ \
http://www.xfce.org/archive/xfce-4.0.4/src/
MAINTAINER= oliver@FreeBSD.org
COMMENT= An XFCE engine for GTK 2.0
USE_GMAKE= yes
USE_GNOME= gnomehack gtk20
USE_LIBTOOL_VER=13
USE_X_PREFIX= yes
.include <bsd.port.mk>
|