mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
28 lines
590 B
Makefile
28 lines
590 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= 3.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Xfce gtk theme engine
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= glib20 gnomehack gtk20 pkgconfig
|
|
USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
|
|
|
|
CONFIGURE_ARGS+=--disable-glibtest \
|
|
--enable-gtk2 \
|
|
--disable-gtk3
|
|
|
|
.include <bsd.port.mk>
|