- bump NEED_VERSION

- add HOMEPAGE
- use better filename for patch
- enable inter-library dependencies
This commit is contained in:
brad 2000-07-20 05:40:43 +00:00
parent 42146dd409
commit c0937f77b9
4 changed files with 16 additions and 2 deletions

View File

@ -1,12 +1,14 @@
# $OpenBSD: Makefile,v 1.14 2000/07/20 03:48:38 jasoni Exp $ # $OpenBSD: Makefile,v 1.15 2000/07/20 05:40:43 brad Exp $
DISTNAME= libPropList-0.10.1 DISTNAME= libPropList-0.10.1
PKGNAME= libproplist-0.10.1 PKGNAME= libproplist-0.10.1
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.223 NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= libs MASTER_SITE_SUBDIR= libs
HOMEPAGE= http://www.windowmaker.org/
MAINTAINER= jasoni@openbsd.org MAINTAINER= jasoni@openbsd.org
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -0,0 +1,10 @@
--- ltconfig.orig Thu Jul 20 01:37:00 2000
+++ ltconfig Thu Jul 20 01:37:24 2000
@@ -2004,6 +2004,7 @@
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ deplibs_check_method='pass_all'
;;
os2*)

View File

@ -9,3 +9,5 @@ it. PL enables programs that use configuration or preference files to
make these compatible with GNUstep/OPENSTEP's user defaults handling make these compatible with GNUstep/OPENSTEP's user defaults handling
mechanism, without needing to use Objective-C or GNUstep/OPENSTEP mechanism, without needing to use Objective-C or GNUstep/OPENSTEP
themselves. themselves.
WWW: ${HOMEPAGE}