add HOMEPAGE

This commit is contained in:
brad 2000-09-04 07:28:16 +00:00
parent 221c961022
commit 5436c404fb
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2000/08/21 12:20:20 brad Exp $ # $OpenBSD: Makefile,v 1.20 2000/09/04 07:28:16 brad Exp $
DISTNAME= ORBit-0.5.3 DISTNAME= ORBit-0.5.3
CATEGORIES= devel CATEGORIES= devel
@ -6,6 +6,8 @@ NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ORBit MASTER_SITE_SUBDIR= stable/sources/ORBit
HOMEPAGE= http://www.labs.redhat.com/orbit/
LIB_DEPENDS= intl.1::devel/gettext \ LIB_DEPENDS= intl.1::devel/gettext \
glib.1.2::devel/glib glib.1.2::devel/glib

View File

@ -1,3 +1,5 @@
ORBit is a high-performance CORBA ORB with support for the C language. ORBit is a high-performance CORBA ORB with support for the C language.
It allows programs to send requests and receive replies from other It allows programs to send requests and receive replies from other
programs, regardless of the locations of the two programs. programs, regardless of the locations of the two programs.
WWW: ${HOMEPAGE}