- hobbits take over

This commit is contained in:
jasper 2009-09-25 15:56:29 +00:00
parent 7ac194ac29
commit a4c40b855c
2 changed files with 11 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.47 2009/09/25 08:10:36 jasper Exp $
# $OpenBSD: Makefile,v 1.48 2009/09/25 15:56:29 jasper Exp $
COMMENT-main= terminal emulation library
COMMENT-python= python bindings for vte
GNOME_PROJECT= vte
GNOME_VERSION= 0.22.0
PKGNAME-main= ${DISTNAME}
PKGNAME-python= py-${DISTNAME}
PKGNAME-main= ${DISTNAME}p0
PKGNAME-python= py-${DISTNAME}p0
CATEGORIES= devel
@ -14,6 +14,9 @@ SHARED_LIBS+= vte 13.0 # .14.0
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2009/09/25 08:12:11 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2009/09/25 15:56:29 jasper Exp $
SHARED_ONLY= Yes
@ -7,13 +7,16 @@ COMMENT= lightweight HTML rendering/printing/editing engine
GNOME_PROJECT= gtkhtml
GNOME_VERSION= 3.28.0
API_VERSION= 3.14
PKGNAME= gtkhtml3-${VERSION}
PKGNAME= gtkhtml3-${VERSION}p0
SHARED_LIBS += gtkhtml-3.14 3.0 # .20.0
SHARED_LIBS += gtkhtml-editor 0.0 # .0.0
CATEGORIES= www
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes