- add RCS id
- add HOMEPAGE - use MASTER_SITE_BACKUP
This commit is contained in:
parent
a31926a484
commit
e08e133a93
@ -1,21 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/03/01 03:49:08 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
|
||||
|
||||
COMMENT= "garbage collection and memory leak detection for C and C++"
|
||||
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
|
||||
DISTNAME= gc4.12
|
||||
PKGNAME= boehm-gc-4.12
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.402
|
||||
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \
|
||||
http://reality.sgi.com/boehm_mti/gc_source/
|
||||
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||
EXTRACT_CASES= gc4.12.tar.gz) tar zxf ${FULLDISTDIR}/$$archive || true;;
|
||||
|
||||
HOMEPAGE= http://ginger.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
|
||||
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
|
||||
|
||||
# License: BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -27,6 +27,7 @@ MAKE_ENV= CP="cp" \
|
||||
|
||||
ALL_TARGET= OpenBSD-pkg-all
|
||||
INSTALL_TARGET= OpenBSD-pkg-install
|
||||
|
||||
WRKDIST= ${WRKDIR}/gc
|
||||
|
||||
post-patch:
|
||||
|
@ -18,6 +18,4 @@ GC or leak detection) without change. C++ programs must include a header
|
||||
to use garbage collection, though leak detection should work without
|
||||
such source code modifications. See the man page and header files.
|
||||
|
||||
-- Mike McGaughey <mmcg@cs.monash.edu.au>
|
||||
|
||||
ps: garbage collection is addictive.
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user