blob: 43fe826f0572af0f96d2788deebd848e2bbac056 (
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.0.10
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xfce
DISTNAME= gtk-xfce-engine-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
WRKSRC= ${WRKDIR}/gtk-xfce-engine-${PORTVERSION}
USE_GMAKE= yes
USE_GTK= yes
USE_LIBTOOL= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>
|