mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d6c774a0dd
of GNOME hidden in gconf keys. PR: ports/68041 Submitted by: Sergey Akifyev <asa@gascom.ru>
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# New ports collection makefile for: gTweakUI
|
|
# Date Created: 17 June 2004
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gTweakUI
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gtweakui
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= asa@gascom.ru
|
|
COMMENT= A collection of simple dialogs as a front end to GConf
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|