HOMEPAGE is taken care of via Makefile.inc, so no need to have it defined

twice when the homepage is http://www.gnome.org/
This commit is contained in:
jasper 2007-05-30 09:56:29 +00:00
parent c0da803a85
commit 0438d89564
39 changed files with 52 additions and 118 deletions

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.32 2007/05/17 14:12:20 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2007/05/30 09:56:29 jasper Exp $
COMMENT-main= "applets for use with the GNOME panel"
COMMENT-battstat= "GNOME applet for monitoring battery level"
VERSION= 2.18.0
DISTNAME= gnome-applets-${VERSION}
PKGNAME-main= gnome-applets2-${VERSION}p0
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p0
PKGNAME-main= gnome-applets2-${VERSION}p1
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p1
SHARED_LIBS += gweather 0.0 # .0.0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/23 17:42:48 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/30 09:56:29 jasper Exp $
COMMENT= "audio files for Gnome"
@ -6,8 +6,6 @@ DISTNAME= gnome-audio-2.0.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-audio/2.0/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/20 16:14:31 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/30 09:56:29 jasper Exp $
COMMENT= "wallpapers for Gnome"
@ -6,8 +6,6 @@ DISTNAME= gnome-backgrounds-2.16.2
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-backgrounds/2.16/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2006/02/12 01:22:00 steven Exp $
# $OpenBSD: Makefile,v 1.26 2007/05/30 09:56:29 jasper Exp $
COMMENT= "GNOME control center"
@ -7,8 +7,6 @@ PKGNAME= ${DISTNAME}p1
SHARED_LIBS= capplet 0.0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2007/05/18 14:17:25 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME control center"
@ -8,7 +8,6 @@ PKGNAME= control-center2-${VERSION}
SHARED_LIBS += gnome-window-settings 1.0 # .1.0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2007/05/12 16:13:17 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2007/05/30 09:56:30 jasper Exp $
COMMENT= "components for the GNOME desktop"
@ -6,8 +6,6 @@ DISTNAME= gnome-desktop-2.18.1
SHARED_LIBS += gnome-desktop-2 5.5 # .5.5
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2007/04/25 09:53:10 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2007/05/30 09:56:30 jasper Exp $
COMMENT= "collection of documentation utilities for the GNOME project"
DISTNAME= gnome-doc-utils-0.10.3
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11/gnome textproc
HOMEPAGE= http://www.gnome.org
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.23 2007/05/11 13:02:39 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2007/05/30 09:56:30 jasper Exp $
COMMENT= "Eazel Extensions Library"
DISTNAME= eel-2.18.0.1
SHARED_LIBS= eel-2 20.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eel/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/05/13 21:34:23 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2007/05/30 09:56:30 jasper Exp $
COMMENT= "Eye of GNOME: an image viewing and cataloging program"
@ -6,8 +6,6 @@ DISTNAME= eog-2.18.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.20 2007/04/27 22:33:56 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME Accessibility Implementation Library"
DISTNAME= gail-1.18.0
SHARED_LIBS += gailutil 18.1 # .18.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/16 22:38:27 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GTK2 desktop calculator"
DISTNAME= gcalctool-5.9.14
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2007/04/07 13:40:23 steven Exp $
# $OpenBSD: Makefile,v 1.13 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME frontend for GhostScript"
DISTNAME= ggv-2.8.3
PKGNAME= ${DISTNAME}p3
CATEGORIES= print x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2007/05/13 18:01:47 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2007/05/30 09:56:30 jasper Exp $
COMMENT= "Unicode character map for the GNOME project"
@ -7,8 +7,6 @@ PKGNAME= ${DISTNAME}p0
CATEGORIES= x11/gnome
SHARED_LIBS += gucharmap 0.0 # .6.1
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2007/04/24 19:46:24 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2007/05/30 09:56:30 jasper Exp $
COMMENT= "base icon theme for GNOME"
DISTNAME= gnome-icon-theme-2.18.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/05/05 13:27:06 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2007/05/30 09:56:30 jasper Exp $
COMMENT= "password agent for the GNOME project"
@ -6,8 +6,6 @@ DISTNAME= gnome-keyring-0.8.1
SHARED_LIBS += gnome-keyring 1.0 # .0.1
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2007/04/27 22:20:41 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME component and compound document system"
@ -7,8 +7,6 @@ SHARED_LIBS += bonobo-activation 5.0 # .4.0
SHARED_LIBS += bonobo-2 1.0 # .0.0
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2007/04/27 22:23:13 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2007/05/30 09:56:30 jasper Exp $
COMMENT= "user interface components for bonobo"
@ -6,8 +6,6 @@ DISTNAME= libbonoboui-2.18.0
SHARED_LIBS += bonoboui-2 1.0 # .0.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2007/04/27 22:24:54 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2007/05/30 09:56:30 jasper Exp $
COMMENT= "libraries for the GNOME project"
@ -6,8 +6,6 @@ DISTNAME= libgnome-2.18.0
SHARED_LIBS += gnome-2 1800.0 # .1800.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.20 2007/04/27 22:12:29 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2007/05/30 09:56:30 jasper Exp $
COMMENT= "graphics library for GNOME"
DISTNAME= libgnomecanvas-2.14.0
PKgNAME= ${DISTNAME}p0
SHARED_LIBS += gnomecanvas-2 1400.0 # .1400.0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.3 2007/04/25 10:43:02 wilfried Exp $
# $OpenBSD: Makefile,v 1.4 2007/05/30 09:56:30 jasper Exp $
COMMENT= "C++ interface to the graphics library for GNOME"
DISTNAME= libgnomecanvasmm-2.16.0
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= gnomecanvasmm-2.6 0.0 # .1.6
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecanvasmm/2.16/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2007/05/13 07:47:14 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2007/05/30 09:56:30 jasper Exp $
COMMENT= "keyboard configuration library"
@ -8,8 +8,6 @@ SHARED_LIBS += gnomekbd 1.0 # .1.0
SHARED_LIBS += gnomekbdui 1.0 # .1.0
CATEGORIES= x11/gnome devel
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2007/05/06 15:19:28 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2007/05/30 09:56:30 jasper Exp $
COMMENT= "user interface components for GNOME"
@ -7,8 +7,6 @@ PKGNAME= ${DISTNAME}p0
SHARED_LIBS += gnomeui-2 1800.1 # .1800.1
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2007/02/11 00:56:58 steven Exp $
# $OpenBSD: Makefile,v 1.20 2007/05/30 09:56:30 jasper Exp $
COMMENT= "lightweight HTML rendering/printing/editing engine"
@ -7,8 +7,6 @@ PKGNAME= ${DISTNAME}p0
SHARED_LIBS= gtkhtml-2 1.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.26 2007/05/06 15:24:49 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2007/05/30 09:56:30 jasper Exp $
COMMENT= "SAX-based render library for SVG files"
DISTNAME= librsvg-2.16.1
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += rsvg-2 18.1 # .18.1
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/2.16/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2006/10/03 19:46:08 naddy Exp $
# $OpenBSD: Makefile,v 1.31 2007/05/30 09:56:30 jasper Exp $
COMMENT= "libraries for the GNOME project"
@ -15,8 +15,6 @@ SHARED_LIBS= art_lgpl 4.0 \
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-libs/1.4/}
LIB_DEPENDS= gdk_imlib.>=19::graphics/imlib \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2007/05/09 21:13:54 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2007/05/30 09:56:30 jasper Exp $
SHARED_ONLY= Yes
@ -8,8 +8,6 @@ DISTNAME= gnome-menus-2.18.0
SHARED_LIBS += gnome-menu 3.9 # .3.9
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2007/03/17 14:17:58 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2007/05/30 09:56:30 jasper Exp $
COMMENT= "MIME and Application database for GNOME"
DISTNAME= gnome-mime-data-2.4.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mime-data/2.4/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2006/09/18 09:40:32 espie Exp $
# $OpenBSD: Makefile,v 1.20 2007/05/30 09:56:30 jasper Exp $
COMMENT= "Object Activation Framework for GNOME"
@ -6,7 +6,6 @@ DISTNAME= oaf-0.6.10
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= oaf 1.0
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/oaf/0.6/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.25 2007/05/13 14:08:43 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME panel"
DISTNAME= gnome-panel-2.18.1
SHARED_LIBS= panel-applet-2 2.17 # .2.17
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2007/05/18 14:11:32 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME session"
DISTNAME= gnome-session-2.18.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2007/05/16 18:50:40 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME terminal"
DISTNAME= gnome-terminal-2.18.0
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/24 19:56:15 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/30 09:56:30 jasper Exp $
COMMENT= "themes collection for GNOME"
DISTNAME= gnome-themes-extras-0.9.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes-extras/0.9/}
EXTRACT_SUFX= .tar.bz2
TAR= ${LOCALBASE}/bin/gtar

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2007/05/07 08:45:22 bernd Exp $
# $OpenBSD: Makefile,v 1.19 2007/05/30 09:56:30 jasper Exp $
COMMENT= "themes collection for GNOME"
DISTNAME= gnome-themes-2.18.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.18/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/04/24 19:49:13 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2007/05/30 09:56:30 jasper Exp $
PKG_ARCH= *
@ -9,8 +9,6 @@ DISTNAME= gnome-user-docs-${VERSION}
PKGNAME= gnome2-user-docs-${VERSION}
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# GNU FDL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2007/05/18 14:07:39 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME utility programs"
@ -6,8 +6,6 @@ DISTNAME= gnome-utils-2.18.1
SHARED_LIBS += gdict-1.0 5.12 # .5.12
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2006/12/16 12:22:36 espie Exp $
# $OpenBSD: Makefile,v 1.27 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME Virtual File System"
@ -6,7 +6,6 @@ DISTNAME= gnome-vfs-1.0.5
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= gnomevfs 0.2
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2007/04/27 22:06:37 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2007/05/30 09:56:30 jasper Exp $
SHARED_ONLY= Yes
@ -10,8 +10,6 @@ PKGNAME= gnome-vfs2-${VERSION}
SHARED_LIBS += gnomevfs-2 1800.1 # .1800.1
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2007/05/09 14:15:10 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2007/05/30 09:56:30 jasper Exp $
COMMENT= "GNOME help browser"
@ -6,8 +6,6 @@ DISTNAME= yelp-2.18.1
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2007/04/27 22:13:41 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2007/05/30 09:56:31 jasper Exp $
COMMENT= "dialogs for Gnome"
DISTNAME= zenity-2.18.1
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes