diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 18:31:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 18:31:32 +0000 |
commit | d6c774a0dd41d35e377b4d9b4411f54b2cee8825 (patch) | |
tree | 4d9f3aa649706910ba41a02f27b31406c2b531d6 /deskutils/gtweakui/Makefile | |
parent | 3bf4d0bf362e3815b04162442224c35a3a849440 (diff) |
Notes
Diffstat (limited to 'deskutils/gtweakui/Makefile')
-rw-r--r-- | deskutils/gtweakui/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile new file mode 100644 index 000000000000..7b8f9e4e807e --- /dev/null +++ b/deskutils/gtweakui/Makefile @@ -0,0 +1,24 @@ +# 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> |